aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/test-files/docker-go/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test-files/docker-go/Dockerfile')
-rw-r--r--ansible/test-files/docker-go/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test-files/docker-go/Dockerfile b/ansible/test-files/docker-go/Dockerfile
index 235ffff44..2302518f3 100644
--- a/ansible/test-files/docker-go/Dockerfile
+++ b/ansible/test-files/docker-go/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get install -y git mercurial build-essential software-properties-common
## Build and install Go
RUN hg clone -u release https://code.google.com/p/go
RUN cd go && hg update go1.4
-RUN cd go/src && ./all.bash && go version
+RUN cd go/src && ./make.bash && go version
## Install GUI dependencies
RUN add-apt-repository ppa:ubuntu-sdk-team/ppa -y