Skip to content

Commit

Permalink
ping
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 21, 2024
1 parent 108ec0c commit 170da45
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 @@ -37,7 +37,8 @@ RUN rm -rf /usr/lib/node_modules \
&& curl -sL -o /tmp/nodesource_setup.sh https://deb.nodesource.com/setup_18.x \
&& bash /tmp/nodesource_setup.sh \
&& apt-get update -y --fix-missing \
&& apt-get -y install --no-install-recommends nodejs \
&& apt-get -y install --no-install-recommends \
nodejs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g [email protected]
Expand Down

0 comments on commit 170da45

Please sign in to comment.