From f6abe575db19c87015ff4e058b7bb93f48531cd6 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 7 Sep 2020 17:34:57 +0200 Subject: [PATCH] new: added ``curl`` in base image. Signed-off-by: Valentin Lab --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0ab0d77..9631bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,6 +122,9 @@ RUN apk add acl ## required by git through ssh (for host-resources for instance) RUN apk add openssh-client +## handy in some charms to poke at some services +RUN apk add curl + ## install compose COPY ./bin/ /usr/local/bin/