Skip to content

Commit

Permalink
Install specific node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
David López committed Nov 25, 2019
1 parent d8a13f3 commit c02f1e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN apt-get install -y apt-utils \
echo mysql-community-server mysql-community-server/remove-test-db \
select true; \
} | debconf-set-selections \
&& apt-get install -y nodejs npm mariadb-client mariadb-server apache2
&& apt-get install -y mariadb-client mariadb-server apache2\
&& apt-get install -y nodejs=8.16.2-1nodesource1

RUN npm install npm@latest -g

Expand Down

0 comments on commit c02f1e6

Please sign in to comment.