Update Dockerfile

This commit is contained in:
Pascal Vizeli 2018-04-15 23:25:29 +02:00 committed by GitHub
parent 48f0b91ffc
commit afe5f28077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ FROM alpine:3.7
# Install packages # Install packages
RUN apk add --no-cache \ RUN apk add --no-cache \
bash bash coreutils e2fsprogs
RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/v3.7/community \ RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/v3.7/community \
docker docker
COPY hostapp.sh /usr/bin/ COPY hostapp.sh /usr/bin/
ENTRYPOINT ["/usr/bin/hostapp.sh"] ENTRYPOINT ["/usr/bin/hostapp.sh"]