diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 6b552b4..ec72237 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get install -y \ # Install Nodejs ENV NODE_MAJOR=20 -RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &&\ -RUN apt-get update && apt-get install -y nodejs - +RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ + apt-get install -y nodejs && \ + node --version # Set up deadsnakes PPA RUN add-apt-repository ppa:deadsnakes/ppa -y