Init Builder scripts
This commit is contained in:
10
buildroot-external/package/hassio/builder/Dockerfile
Normal file
10
buildroot-external/package/hassio/builder/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:3.7
|
||||
|
||||
# Install packages
|
||||
RUN apk add --no-cache \
|
||||
bash
|
||||
RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/v3.7/community \
|
||||
docker
|
||||
|
||||
COPY builder.sh /
|
||||
ENTRYPOINT ["builder.sh"]
|
||||
Reference in New Issue
Block a user