diff --git a/dockerfile b/dockerfile index ec7c27c..fab59c4 100644 --- a/dockerfile +++ b/dockerfile @@ -37,7 +37,7 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l # install nodejs 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 npm