Преглед на файлове

Merge pull request #294 from ecnahc515/patch-2

Remove apt-get cleanup from Dockerfile
无闻 преди 10 години
родител
ревизия
dcb252eff4
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      dockerfiles/images/gogits/Dockerfile

+ 0 - 3
dockerfiles/images/gogits/Dockerfile

@@ -19,9 +19,6 @@ RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
 RUN go get -u -d github.com/gogits/gogs 
 RUN cd $GOPATH/src/github.com/gogits/gogs && git checkout dev && git pull origin dev && go install && go build -tags redis
 
-# Clean all the unused packages
-RUN apt-get autoremove -y
-RUN apt-get clean all
 
 # Add the deploy script to the docker image and assign execution permission to it.
 ADD ./deploy.sh /