Skip to content

Commit

Permalink
Merge pull request #474 from kipr/upgrade-node-18
Browse files Browse the repository at this point in the history
Upgrade to Node 18
  • Loading branch information
tcorbly authored Mar 10, 2023
2 parents f2eedd4 + 92f64dc commit 5b8e231
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 @@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN apt-get update && apt-get install -y wget git cmake build-essential python3.8 swig zlib1g-dev doxygen

RUN wget https://deb.nodesource.com/setup_17.x && chmod +x ./setup_17.x && ./setup_17.x
RUN wget https://deb.nodesource.com/setup_18.x && chmod +x ./setup_18.x && ./setup_18.x
RUN apt-get install -y nodejs

RUN npm install -g yarn
Expand Down

0 comments on commit 5b8e231

Please sign in to comment.