Skip to content

Commit

Permalink
Fix installation of nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Jun 21, 2024
1 parent 3f93c78 commit f335752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Ubuntu2404_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get install -y dialog build-essential libsword-dev libsqlite3-0 libcurl4
RUN apt-get install -y libfuse2 wget

RUN apt-get install -y curl python3-software-properties
RUN apt-get install nodejs npm
RUN apt-get install -y nodejs npm

RUN apt-get install -y unzip
RUN apt-get install -y xvfb
Expand Down

0 comments on commit f335752

Please sign in to comment.