Skip to content

Commit

Permalink
feat: add nodejs 18
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Mar 29, 2024
1 parent b66bf26 commit 3b5b62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ RUN curl -O https://downloads.mongodb.com/compass/mongodb-mongosh_1.6.1_amd64.de
RUN apt-get install -y ./mongodb-mongosh_1.6.1_amd64.deb
RUN rm ./mongodb-mongosh_1.6.1_amd64.deb

# install NVM (Node Version Manager) and NodeJS
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
RUN nvm install 18

RUN useradd github && \
mkdir -p /home/github && \
chown -R github:github /home/github && \
Expand Down

0 comments on commit 3b5b62c

Please sign in to comment.