From e7237eee239522e0c434cb380d57cc12ab67c75c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 5 Jun 2018 16:40:25 +0200 Subject: [PATCH] Fix build --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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 \