From ea8e85f13ba4bd898e1df126adf5859f3653606b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Lehtim=C3=A4ki?= Date: Thu, 6 Feb 2020 15:59:34 +0200 Subject: [PATCH] Add curl binary to the image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2b2dcae..c3d2654 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apk add --no-cache \ ca-certificates \ git \ wget \ + curl \ openssh-client ARG terraform_version