diff --git a/Dockerfile b/Dockerfile index c9a570a..173bf20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ RUN \ echo "**** install packages ****" && \ apk add --no-cache \ curl \ - findutils \ + ca-certificates \ + findutils \ jq \ openssl \ p7zip \