1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 21:05:23 +02:00

Remove update from dockerfile

This commit is contained in:
Michael Crosby 2014-02-14 20:29:08 -08:00
parent 49adc06c49
commit c3850e4351
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
FROM ubuntu:12.04
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y curl
RUN curl -s https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz | tar -v -C /opt -xz ;\

View file

@ -1 +0,0 @@
..