From e46a4d97ca8595e636c34a569820b949469f2415 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 06:45:44 -0500 Subject: [PATCH] fix(seacogs): formatting error --- SeaCogs/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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