Parcourir la source

Update Dockerfile

韩亮 il y a 8 ans
Parent
commit
20393ff037
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]