fix terraform

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-06 11:11:06 -04:00
parent 3642ff5129
commit 52fa448fc3
No known key found for this signature in database
GPG Key ID: C0B444E6A3EFD4C1

View File

@ -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