add bash and tar to terraform dockerfile

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-13 21:59:37 -04:00
parent 2b4b34d465
commit 5ca68f0bd3
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -28,6 +28,10 @@ RUN XC_ARCH="amd64" XC_OS="linux" LD_FLAGS=" -extldflags -static" make bin \
FROM alpine:latest
RUN apk add --no-cache \
bash \
tar
COPY --from=builder /usr/bin/terraform /usr/bin/terraform
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs