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 && \
|
RUN apt update && \
|
||||||
apt install -y curl && \
|
apt install -y curl && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
||||||
apt install -y nodejs && \
|
apt update && \
|
||||||
node -v && npm -v
|
apt install -y nodejs
|
||||||
|
|
||||||
# install .net 10
|
# install .net 10
|
||||||
RUN sudo add-apt-repository ppa:dotnet/backports && \
|
RUN sudo add-apt-repository ppa:dotnet/backports && \
|
||||||
|
|||||||
Reference in New Issue
Block a user