mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01: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 \
|
||||
&& mv bin/terraform /usr/bin/terraform
|
||||
|
||||
FROM scratch
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=builder /usr/bin/terraform /usr/bin/terraform
|
||||
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
|
||||
|
|
Loading…
Reference in New Issue
Block a user