Browse Source

Merge pull request #111 from jlehtimaki/add_curl_package

Add curl binary to the image
pull/119/head
Jacob McCann 4 years ago
committed by GitHub
parent
commit
f7a19b2770
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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