Ver Fonte

Fix example dockerfile

Solomon Hykes há 12 anos atrás
pai
commit
03b83b3210
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      contrib/docker-build/example.changefile

+ 4 - 3
contrib/docker-build/example.changefile

@@ -6,7 +6,8 @@ run	echo 'deb http://archive.ubuntu.com/ubuntu quantal main universe multiverse'
 run	apt-get update
 run	apt-get update
 # Install system packages
 # Install system packages
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q git
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q git
-run DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
-run DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang
+run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
+run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang
 # Insert files from the host (./myscript must be present in the current directory)
 # Insert files from the host (./myscript must be present in the current directory)
-copy	myscript /usr/local/bin/myscript
+copy	myscript	/usr/local/bin/myscript
+push	/src