diff --git a/Dockerfile b/Dockerfile index ce1dfe1..d56c1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,14 +9,11 @@ WORKDIR /gopath/src/github.com/gogs/gogs/ RUN apk --no-cache add \ bash \ - build-base \ - build-deps \ ca-certificates \ curl \ git \ go \ linux-pam \ - linux-pam-dev \ openssh \ redis \ shadow \