Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallyFatYoshi committed Jul 7, 2024
1 parent 8b19897 commit 88b40b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN apt install -y \
libfreetype6 \
libfreetype-dev \
libunwind8 \
wget
wget \
software-properties-common

RUN curl -sL https://deb.nodesource.com/setup_20.x -o /tmp/nodesource_setup.sh
RUN bash /tmp/nodesource_setup.sh
RUN apt-get install nodejs -y
Expand Down

0 comments on commit 88b40b5

Please sign in to comment.