Skip to content

Commit

Permalink
update node image
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jun 18, 2023
1 parent ef1c64e commit bd08b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/docker-images/node-10-linux-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN yum -y update \
make \
gcc \
gcc-c++ \
&& curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash - \
&& yum -y install nodejs \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit bd08b48

Please sign in to comment.