fix: correct ERR_OSSL_EVP_UNSUPPORTED error
Build Container Image / build_arm64 (push) Successful in 33s Details
Build Container Image / build_amd64 (push) Successful in 39s Details
Build Container Image / build_armhf (push) Successful in 1m3s Details
Build Container Image / build_i386 (push) Successful in 36s Details
Build Container Image / push_amd64 (push) Successful in 9s Details
Build Container Image / push_i386 (push) Successful in 10s Details
Build Container Image / push_arm64 (push) Successful in 10s Details
Build Container Image / push_armhf (push) Successful in 12s Details
Build Container Image / push (push) Successful in 1m40s Details
Build Container Image / build (push) Successful in 2m33s Details
Build Container Image / update_readme (push) Successful in 10s Details

This commit is contained in:
Daniel Wolf 2024-03-29 15:53:04 -04:00
parent 5cc1119b74
commit 0a07ca4a1b
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ FROM code.nephatrine.net/nephnet/nxb-alpine:latest-golang AS builder
ARG WRITEFREELY_VERSION=v0.15.0
RUN git -C /root clone -b "$WRITEFREELY_VERSION" --single-branch --depth=1 https://github.com/writefreely/writefreely.git \
&& sed -i 's/sudo //g' /root/writefreely/less/install-less.sh
ARG NODE_OPTIONS=--openssl-legacy-provider
WORKDIR /root/writefreely
RUN make -j$(( $(getconf _NPROCESSORS_ONLN) / 2 + 1 )) build \
&& cmd/writefreely/writefreely config generate \