diff --git a/Dockerfile b/Dockerfile index cf5f856..3e62da3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:latest MAINTAINER xataz MAINTAINER hardware @@ -9,7 +9,6 @@ ENV GID=991 UID=991 RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ && apk -U add \ nginx \ - git \ s6 \ su-exec \ curl \