We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49bc7c commit 0b5f699Copy full SHA for 0b5f699
deploy/Dockerfile
@@ -8,7 +8,9 @@ RUN apt update
8
RUN DEBIAN_FRONTEND=noninteractive apt install -y mysql-client git build-essential unzip make golang flex bison net-tools wget cmake psmisc \
9
&& apt install -y libprotobuf-dev libprotobuf-c-dev \
10
&& apt install -y zlib1g-dev curl libssl-dev \
11
- && apt install -y nodejs npm \
+ && apt install -y npm \
12
+ && npm install -g npm pm2 n \
13
+ && n install v16.13.0 \
14
&& apt-get clean
15
16
# Get and install nodejs
0 commit comments