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 \
git \
wget \
curl \
openssh-client
ARG terraform_version

Loading…
Cancel
Save