Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed May 3, 2016
1 parent 8ed6b2a commit 8b120cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM golang:alpine

ENV GIN_MODE release
RUN apk add --update git bash && rm -rf /var/cache/apk/*
RUN go get -d github.com/channelmeter/vault-gatekeeper-mesos
RUN cd $GOPATH/src/channelmeter/vault-gatekeeper-mesos && git checkout tags/0.0.1 && ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper
RUN cd $GOPATH/src/github.com/channelmeter/vault-gatekeeper-mesos && git checkout tags/0.0.3 && /bin/bash ./build.bash && cp ./vltgatekeeper /bin/vltgatekeeper

EXPOSE 9201

Expand Down

0 comments on commit 8b120cf

Please sign in to comment.