Commit 6330797d by Siva Committed by Tianqi Chen

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

parent 168d4d1d
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment