Add missing libressl parameter

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-05-31 11:22:12 +05:30
parent f56c7e2ac8
commit ad0eaf0612
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -45,6 +45,7 @@ WORKDIR /app
# Build with necessary params to enable statically linking openssl, glibc and sqlite3
RUN /root/.nimble/bin/nimble build --passL:-L/usr/lib \
-d:ssl \
-d:libressl \
-p:. \
--dynlibOverride:ssl \
--dynlibOverride:crypto \