From dba64ab33933b0f494d1b561694281038be3fea1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 6 Jun 2025 20:48:09 +1200 Subject: [PATCH] 'Generic Commit' --- build-base/Dockerfile.dropshell-build-base | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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