2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00

apk add nodejs-npm (FIX #55)

This commit is contained in:
kev
2017-07-10 17:02:16 +08:00
parent e9dcb7e8a5
commit 693dbd9be9
8 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ MAINTAINER kev <noreply@easypi.pro>
WORKDIR /app
RUN set -xe \
&& apk add -U nodejs \
&& apk add --no-cache nodejs nodejs-npm \
&& npm install -g json-server \
&& rm -rf /tmp/npm* /var/cache/apk/*