1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00

Docker: Install build packages for node-gyp

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-10-31 15:54:50 +01:00
parent be7fd5a1d3
commit 3e9ff0a97d
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -4,6 +4,9 @@ COPY . /src/mondash
WORKDIR /src/mondash/src
RUN set -ex \
&& apk --no-cache add \
build-base \
python \
&& npm ci \
&& npm run build