mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
038e62cc3d
commit
cd5b515777
|
@ -26,8 +26,6 @@ RUN buildDeps=' \
|
|||
' \
|
||||
set -x \
|
||||
&& apk --no-cache add --repository https://dl-3.alpinelinux.org/alpine/edge/community $buildDeps \
|
||||
&& go get github.com/Soulou/curl-unix-socket \
|
||||
&& mv /go/bin/curl-unix-socket /usr/bin/ \
|
||||
&& mkdir -p /go/src/github.com/hashicorp /etc/consul.d \
|
||||
&& git clone --depth 1 --branch ${CONSUL_VERSION} https://github.com/hashicorp/consul /go/src/github.com/hashicorp/consul \
|
||||
&& cd /go/src/github.com/hashicorp/consul \
|
||||
|
|
|
@ -22,8 +22,6 @@ RUN buildDeps=' \
|
|||
' \
|
||||
set -x \
|
||||
&& apk --no-cache add --repository https://dl-3.alpinelinux.org/alpine/edge/community $buildDeps \
|
||||
&& go get github.com/Soulou/curl-unix-socket \
|
||||
&& mv /go/bin/curl-unix-socket /usr/bin/ \
|
||||
&& mkdir -p /go/src/github.com/hashicorp /etc/terraform.d \
|
||||
&& git clone --depth 1 --branch ${TERRAFORM_VERSION} https://github.com/hashicorp/terraform /go/src/github.com/hashicorp/terraform \
|
||||
&& cd /go/src/github.com/hashicorp/terraform \
|
||||
|
|
Loading…
Reference in New Issue
Block a user