diff --git a/Dockerfile b/Dockerfile index 2e45a0e..52dc58e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,10 @@ WORKDIR /app # Build with necessary params to enable statically linking openssl, glibc and sqlite3 RUN nimble build --passL:-L/usr/lib \ -d:ssl \ + --os:any \ + -d:posix \ + -d:useMalloc \ + -d:noSignalHandler \ --cc:clang \ -p:. \ --dynlibOverride:ssl \