From 357b272f3a70f6b475f73bc786f78e1f0a1af7b1 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Tue, 26 Jul 2022 16:13:15 -0500 Subject: [PATCH] Fix node version install (#1801) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b2f1067..c23f504c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update -qq && apt-get install --allow-unauthenticated -y --no-instal # Configure ImageMagick COPY ./nolimit.xml /etc/ImageMagick-6/policy.xml -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y npm +RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs RUN npm install -g yarn # See https://github.com/instructure/canvas-lms/issues/1404#issuecomment-461023483 and