Browse Source

Update Dockerfile

韩亮 8 years ago
parent
commit
20393ff037
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,7 +12,7 @@ RUN chmod +x start.sh
 
 RUN go get -d ./... && \
     go get github.com/mitchellh/gox
-RUN glide update
+RUN brew install glide
 RUN go build -ldflags "-w"
     
 CMD ["./start.sh"]