mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-02 16:45:47 +02:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
098a435b64
commit
0336682898
@ -27,7 +27,7 @@ RUN buildDeps=' \
|
|||||||
&& git clone --depth 1 --branch ${VAULT_VERSION} https://github.com/hashicorp/vault /go/src/github.com/hashicorp/vault \
|
&& git clone --depth 1 --branch ${VAULT_VERSION} https://github.com/hashicorp/vault /go/src/github.com/hashicorp/vault \
|
||||||
&& cd /go/src/github.com/hashicorp/vault \
|
&& cd /go/src/github.com/hashicorp/vault \
|
||||||
&& go get github.com/mitchellh/gox \
|
&& go get github.com/mitchellh/gox \
|
||||||
&& yarn add bower \
|
&& yarn global add bower \
|
||||||
&& XC_ARCH="amd64" XC_OS="linux" XC_OSARCH="linux/amd64" make bootstrap static-dist bin \
|
&& XC_ARCH="amd64" XC_OS="linux" XC_OSARCH="linux/amd64" make bootstrap static-dist bin \
|
||||||
&& mv bin/vault /usr/bin/ \
|
&& mv bin/vault /usr/bin/ \
|
||||||
&& apk del $buildDeps \
|
&& apk del $buildDeps \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user