Skip to content
Snippets Groups Projects
Commit 03b83b32 authored by Solomon Hykes's avatar Solomon Hykes
Browse files

Fix example dockerfile

parent 40ccf1d3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ run echo 'deb http://archive.ubuntu.com/ubuntu quantal main universe multiverse'
run apt-get update
# Install system packages
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)
copy myscript /usr/local/bin/myscript
copy myscript /usr/local/bin/myscript
push /src
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment