Update Dockerfile

This commit is contained in:
Tingluo Huang
2021-10-21 14:32:01 -04:00
committed by GitHub
parent dcf027706c
commit bc4924dfd9

View File

@@ -7,6 +7,7 @@ WORKDIR /usr/src/app
# install dependency
RUN apk add --no-cache libstdc++
RUN apk add --no-cache --virtual .build-deps binutils-gold curl g++ gcc gnupg libgcc linux-headers make python3
RUN ln -s /usr/bin/python3 /usr/bin/python
# donwload and compile node from source code.
RUN wget https://nodejs.org/dist/$NodeVersion/node-$NodeVersion.tar.gz && tar -zxvf node-$NodeVersion.tar.gz