Skip to content

Commit 0336682

Browse files
committed
update
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 098a435 commit 0336682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN buildDeps=' \
2727
&& git clone --depth 1 --branch ${VAULT_VERSION} https://github.com/hashicorp/vault /go/src/github.com/hashicorp/vault \
2828
&& cd /go/src/github.com/hashicorp/vault \
2929
&& go get github.com/mitchellh/gox \
30-
&& yarn add bower \
30+
&& yarn global add bower \
3131
&& XC_ARCH="amd64" XC_OS="linux" XC_OSARCH="linux/amd64" make bootstrap static-dist bin \
3232
&& mv bin/vault /usr/bin/ \
3333
&& apk del $buildDeps \

0 commit comments

Comments
 (0)