dockerfile aktualisiert
Correctly install nodejs
This commit is contained in:
@@ -37,7 +37,7 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l
|
|||||||
|
|
||||||
# install nodejs
|
# install nodejs
|
||||||
RUN sudo apt install -y curl && \
|
RUN sudo apt install -y curl && \
|
||||||
curl -sL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && \
|
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
||||||
sudo apt install -y nodejs && \
|
sudo apt install -y nodejs && \
|
||||||
sudo apt install -y npm
|
sudo apt install -y npm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user