Add missing libressl parameter
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
f56c7e2ac8
commit
ad0eaf0612
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue