We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098a435 commit 0336682Copy full SHA for 0336682
vault/Dockerfile
@@ -27,7 +27,7 @@ RUN buildDeps=' \
27
&& git clone --depth 1 --branch ${VAULT_VERSION} https://github.com/hashicorp/vault /go/src/github.com/hashicorp/vault \
28
&& cd /go/src/github.com/hashicorp/vault \
29
&& go get github.com/mitchellh/gox \
30
- && yarn add bower \
+ && yarn global add bower \
31
&& XC_ARCH="amd64" XC_OS="linux" XC_OSARCH="linux/amd64" make bootstrap static-dist bin \
32
&& mv bin/vault /usr/bin/ \
33
&& apk del $buildDeps \
0 commit comments