Browse Source

Update Dockerfile

韩亮 8 years ago
parent
commit
cd0dafc106
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -12,7 +12,8 @@ RUN chmod +x start.sh
 
 
 RUN go get -d ./... && \
 RUN go get -d ./... && \
     go get github.com/mitchellh/gox
     go get github.com/mitchellh/gox
-RUN gox -h
-RUN gox -os "windows linux darwin" -arch amd64
+RUN ls
+RUN gox -build-toolchain
+RUN gox
     
     
 CMD ["./start.sh"]
 CMD ["./start.sh"]