Skip to content

Commit

Permalink
hotfix: docker: use dep
Browse files Browse the repository at this point in the history
  • Loading branch information
htfy96 committed Mar 6, 2018
1 parent 57d16fd commit 8f2c224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Zheng Luo <[email protected]>
RUN apt-get update && apt-get install rsync -y
WORKDIR /go/src/github.com/sjtug/lug
COPY . .
RUN curl https://glide.sh/get | sh
RUN glide install
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
RUN dep ensure
RUN go-wrapper install
CMD ["go-wrapper", "run"] # ["app"]

0 comments on commit 8f2c224

Please sign in to comment.