Browse Source

Add curl binary to the image

pull/118/head
Joonas Lehtimäki 5 years ago
committed by Meir Gabay
parent
commit
3766ed38f3
  1. 1
      Dockerfile

1
Dockerfile

@ -21,6 +21,7 @@ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
git \ git \
wget \ wget \
curl \
openssh-client openssh-client
ARG terraform_version ARG terraform_version

Loading…
Cancel
Save