mirror of https://github.com/portainer/portainer
Remove update from dockerfile
parent
49adc06c49
commit
c3850e4351
|
@ -1,7 +1,6 @@
|
||||||
FROM ubuntu:12.04
|
FROM ubuntu:12.04
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
|
||||||
|
|
||||||
RUN apt-get install -y curl
|
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 ;\
|
RUN curl -s https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz | tar -v -C /opt -xz ;\
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
..
|
|
Loading…
Reference in New Issue