Skip to content

Commit

Permalink
fix deploy dockerfile to support nodejs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 24, 2023
1 parent 4cf4527 commit 7af5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt install -y mysql-client build-essential unzip make flex bison net-tools
&& apt install -y libprotobuf-dev libprotobuf-c-dev \
&& apt install -y zlib1g-dev curl libssl-dev \
&& apt install -y npm \
&& npm install -g npm pm2 n \
&& npm install -g pm2 n \
&& n install v16.13.0 \
&& apt-get clean

Expand Down

0 comments on commit 7af5791

Please sign in to comment.