Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moatazeldebsy authored Nov 4, 2022
1 parent ae14fcf commit af45e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD entrypoint.sh /entrypoint.sh
RUN apt-get update && \
apt-get -y install sudo
RUN apt-get -y install curl gnupg
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get -y install nodejs
RUN npm install npm@latest -g
RUN node -v
Expand Down

0 comments on commit af45e97

Please sign in to comment.