From 306837a97ff6e89677d34f000f376bcd4f6dfd5b Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Tue, 26 Jul 2022 17:22:35 -0400 Subject: [PATCH] Tweak Dockerfiles --- dockerfiles/development | 2 +- dockerfiles/production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/development b/dockerfiles/development index 400a7c7a..15de4231 100644 --- a/dockerfiles/development +++ b/dockerfiles/development @@ -31,7 +31,7 @@ RUN apt-get update -qq && apt-get install -y \ # 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 diff --git a/dockerfiles/production b/dockerfiles/production index 1b2f1067..c23f504c 100644 --- a/dockerfiles/production +++ b/dockerfiles/production @@ -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