mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
add bash and tar to terraform dockerfile
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2b4b34d465
commit
5ca68f0bd3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user