Skip to content
Snippets Groups Projects
Commit 6330797d authored by Siva's avatar Siva Committed by Tianqi Chen
Browse files

[DOCKER][GOLANG] Fix golang compiler version to 0.10 (#1848)

parent 168d4d1d
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,4 @@ COPY install/ubuntu_install_sgx.sh /install/ubuntu_install_sgx.sh
RUN bash /install/ubuntu_install_sgx.sh
ENV PATH $PATH:/root/.cargo/bin
ENV PATH $PATH:/root/.cargo/bin:/usr/lib/go-1.10/bin
#install the necessary dependancies for golang build
apt-get update && apt-get install -y golang-go
apt-get update && apt-get install -y golang-0.10-go
apt-get update && apt-get install -y godoc
apt-get update && apt-get install -y golint
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