Skip to content

Commit 0b5f699

Browse files
committed
update dockerfile node upgrade to 16.13.0
1 parent a49bc7c commit 0b5f699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ RUN apt update
88
RUN DEBIAN_FRONTEND=noninteractive apt install -y mysql-client git build-essential unzip make golang flex bison net-tools wget cmake psmisc \
99
&& apt install -y libprotobuf-dev libprotobuf-c-dev \
1010
&& apt install -y zlib1g-dev curl libssl-dev \
11-
&& apt install -y nodejs npm \
11+
&& apt install -y npm \
12+
&& npm install -g npm pm2 n \
13+
&& n install v16.13.0 \
1214
&& apt-get clean
1315

1416
# Get and install nodejs

0 commit comments

Comments
 (0)