build(docker): installs `libssl` and `libressl` before building

This commit is contained in:
AlphaNecron 2021-10-06 18:50:42 +07:00
parent b11659c3f6
commit eafb3576c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:fermium-alpine3.14 AS builder
WORKDIR /build
RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev
RUN apk add libressl-dev openssl-dev
ENV NEXT_TELEMETRY_DISABLED=1