Fixed node install
This commit is contained in:
@@ -39,8 +39,8 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l
|
||||
RUN apt update && \
|
||||
apt install -y curl && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
||||
apt install -y nodejs && \
|
||||
node -v && npm -v
|
||||
apt update && \
|
||||
apt install -y nodejs
|
||||
|
||||
# install .net 10
|
||||
RUN sudo add-apt-repository ppa:dotnet/backports && \
|
||||
|
||||
Reference in New Issue
Block a user