0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-21 14:20:40 +00:00

Add curl binary to the image

This commit is contained in:
Joonas Lehtimäki 2020-02-06 15:59:34 +02:00
parent 5ce27e882f
commit ea8e85f13b

View File

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