mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
fix terraform
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
3642ff5129
commit
52fa448fc3
@ -26,7 +26,7 @@ RUN go install ./vendor/...
|
|||||||
RUN XC_ARCH="amd64" XC_OS="linux" LD_FLAGS=" -extldflags -static" make bin \
|
RUN XC_ARCH="amd64" XC_OS="linux" LD_FLAGS=" -extldflags -static" make bin \
|
||||||
&& mv bin/terraform /usr/bin/terraform
|
&& mv bin/terraform /usr/bin/terraform
|
||||||
|
|
||||||
FROM scratch
|
FROM alpine:latest
|
||||||
|
|
||||||
COPY --from=builder /usr/bin/terraform /usr/bin/terraform
|
COPY --from=builder /usr/bin/terraform /usr/bin/terraform
|
||||||
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
|
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user