diff --git a/dockerfile b/dockerfile index 2fdd252..393849e 100644 --- a/dockerfile +++ b/dockerfile @@ -37,10 +37,10 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l # install Node.js 22 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 install -y curl && \ + curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \ + apt update && \ + apt install -y nodejs # install .net 10 RUN sudo add-apt-repository ppa:dotnet/backports && \