From 5896aee9d8d226b4551f32e991b9d853d7444a3f Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 22 Dec 2021 17:58:28 +0100 Subject: [PATCH] fix: correct some "certificate verification failed" upon ``wget`` usage in charms Busybox ``wget`` seems to have some trouble using ca-certificates. Signed-off-by: Valentin Lab --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 604a60b..0958eb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,7 +123,7 @@ RUN apk add acl RUN apk add openssh-client ## handy in some charms to poke at some services -RUN apk add curl +RUN apk add curl wget ## handy yaml2json converter for charm RUN wget https://github.com/bronze1man/yaml2json/releases/download/v1.3/yaml2json_linux_amd64 \