Fix Docker build error

This commit is contained in:
Tindy X 2021-02-17 12:32:15 +08:00
parent ce995fa3a6
commit dd442ebb03
No known key found for this signature in database
GPG Key ID: C6AD413169968D58

View File

@ -3,7 +3,7 @@ LABEL maintainer "tindy.it@gmail.com"
# 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 && \