From c7b78d5f739ec62d5ae6a80c332247a8cca057aa Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 6 Mar 2024 08:24:12 +0100 Subject: [PATCH] FIX: added more missing dependencies --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 7cfa1bf..79eacdd 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk update && apk add --no-cache tini bash ca-certificates openssl perl perl-mojolicious perl-json perl-mime-base64 perl-app-cpanminus perl-test-fatal +RUN apk update && apk add --no-cache tini bash ca-certificates openssl perl perl-mojolicious perl-json perl-mime-base64 perl-app-cpanminus perl-test-fatal perl-test-warnings RUN cpanm install URI::Escape