Skip to content

Commit 5148f18

Browse files
committed
Add bcrypt
1 parent 0b22a14 commit 5148f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MAINTAINER Derek Collison <[email protected]>
55
COPY . /go/src/github.com/nats-io/gnatsd
66
WORKDIR /go/src/github.com/nats-io/gnatsd
77

8+
RUN go get golang.org/x/crypto/bcrypt
89
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`"
910

1011
EXPOSE 4222 8222

0 commit comments

Comments
 (0)