Skip to content

Commit

Permalink
Add git
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswayg committed May 13, 2018
1 parent 19f18b7 commit b3a992f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
FROM golang:alpine AS go-build

# Build /go/bin/obfs4proxy & /go/bin/meek-server
RUN go get -v git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy \
RUN apk --no-cache add --update git \
&& go get -v git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy \
&& go get -v git.torproject.org/pluggable-transports/meek.git/meek-server \
&& cp -rv /go/bin /usr/local/

Expand Down

0 comments on commit b3a992f

Please sign in to comment.