mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
Docker: Install build packages for node-gyp
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
be7fd5a1d3
commit
3e9ff0a97d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ COPY . /src/mondash
|
||||||
WORKDIR /src/mondash/src
|
WORKDIR /src/mondash/src
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
|
&& apk --no-cache add \
|
||||||
|
build-base \
|
||||||
|
python \
|
||||||
&& npm ci \
|
&& npm ci \
|
||||||
&& npm run build
|
&& npm run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue