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

Loading…
Cancel
Save