Browse Source

Fix Docker build error

Tindy X 4 years ago
parent
commit
dd442ebb03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/Dockerfile

+ 1 - 1
scripts/Dockerfile

@@ -3,7 +3,7 @@ LABEL maintainer "[email protected]"
 
 # build minimized
 WORKDIR /
-RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers cmake python2 && \
+RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers cmake python2 nodejs npm && \
     apk add --no-cache --virtual .build-deps curl-dev rapidjson-dev libevent-dev pcre2-dev yaml-cpp-dev && \
     git clone https://github.com/svaarala/duktape --depth=1 && \
     cd duktape && \