Skip to content

Commit

Permalink
update dockerfile node upgrade to 16.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Dec 4, 2021
1 parent a49bc7c commit 0b5f699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ RUN apt update
RUN DEBIAN_FRONTEND=noninteractive apt install -y mysql-client git build-essential unzip make golang flex bison net-tools wget cmake psmisc \
&& apt install -y libprotobuf-dev libprotobuf-c-dev \
&& apt install -y zlib1g-dev curl libssl-dev \
&& apt install -y nodejs npm \
&& apt install -y npm \
&& npm install -g npm pm2 n \
&& n install v16.13.0 \
&& apt-get clean

# Get and install nodejs
Expand Down

0 comments on commit 0b5f699

Please sign in to comment.