build(docker): hopefully fixed the build error

This commit is contained in:
AlphaNecron 2021-10-06 19:17:35 +07:00
parent c9e6a73341
commit 35de5da394
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
FROM node:fermium-alpine3.14 AS builder
WORKDIR /build
RUN ln -s libssl.so.3 libssl.so
RUN ldconfig
RUN apk add libressl
ENV NEXT_TELEMETRY_DISABLED=1