diff --git a/build-base/Dockerfile.dropshell-build-base b/build-base/Dockerfile.dropshell-build-base index 9e8c6f1..0b86915 100644 --- a/build-base/Dockerfile.dropshell-build-base +++ b/build-base/Dockerfile.dropshell-build-base @@ -38,7 +38,14 @@ RUN apk add --no-cache \ util-linux-static \ perl \ util-linux-dev \ - util-linux-static + util-linux-static \ + openssl-dev \ + openssl-static \ + sqlite-dev \ + sqlite-static \ + libpq-dev \ + libpq-static \ + mariadb-connector-c-dev #RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev