Update nimble in the builder
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
e64874d8e6
commit
13e1931345
1 changed files with 18 additions and 16 deletions
|
@ -13,8 +13,10 @@ RUN apk update && apk add git \
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN nimble install nimble --accept
|
||||
|
||||
# Build with necessary params to enable statically linking openssl, glibc and sqlite3
|
||||
RUN nimble build --passL:-L/usr/lib \
|
||||
RUN /root/.nimble/bin/nimble build --passL:-L/usr/lib \
|
||||
-d:ssl \
|
||||
-p:. \
|
||||
--dynlibOverride:ssl \
|
||||
|
|
Loading…
Reference in a new issue