diff --git a/base/Dockerfile b/base/Dockerfile index f01cb44..963698f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -5,8 +5,10 @@ RUN apk add --no-cache \ curl \ helix \ shadow \ - openssl \ - pkgconfig \ + openssl-dev \ + pkgconf \ + build-base \ + ca-certificates RUN chsh -s /bin/bash RUN mkdir /app