mirror of
https://github.com/amark/gun.git
synced 2025-10-14 00:59:35 +00:00
Dockerfile use apk nodejs-npm module.
This commit is contained in:
parent
7a11594369
commit
10bff70304
@ -17,7 +17,7 @@ WORKDIR /app
|
|||||||
ADD . .
|
ADD . .
|
||||||
ENV NPM_CONFIG_LOGLEVEL warn
|
ENV NPM_CONFIG_LOGLEVEL warn
|
||||||
RUN apk update && apk upgrade \
|
RUN apk update && apk upgrade \
|
||||||
&& apk add --no-cache ca-certificates nodejs \
|
&& apk add --no-cache ca-certificates nodejs-npm \
|
||||||
&& apk add --no-cache --virtual .build-dependencies python make g++ \
|
&& apk add --no-cache --virtual .build-dependencies python make g++ \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& apk del .build-dependencies && rm -rf /var/cache/* /tmp/npm*
|
&& apk del .build-dependencies && rm -rf /var/cache/* /tmp/npm*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user