Skip to content

Commit

Permalink
Add bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Dec 4, 2015
1 parent 0b22a14 commit 5148f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAINTAINER Derek Collison <[email protected]>
COPY . /go/src/github.com/nats-io/gnatsd
WORKDIR /go/src/github.com/nats-io/gnatsd

RUN go get golang.org/x/crypto/bcrypt
RUN CGO_ENABLED=0 go install -v -a -tags netgo -installsuffix netgo -ldflags "-s -w -X github.com/nats-io/gnatsd/version.GITCOMMIT=`git rev-parse --short HEAD`"

EXPOSE 4222 8222
Expand Down

0 comments on commit 5148f18

Please sign in to comment.