0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00

Merge pull request #111 from jlehtimaki/add_curl_package

Add curl binary to the image
This commit is contained in:
Jacob McCann 2020-07-30 07:40:58 -05:00 committed by GitHub
commit f7a19b2770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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