Fix node version install (#1801)

This commit is contained in:
Sebastian Silva
2022-07-26 16:13:15 -05:00
committed by GitHub
parent d5c11f1aa7
commit 357b272f3a

View File

@@ -18,7 +18,7 @@ RUN apt-get update -qq && apt-get install --allow-unauthenticated -y --no-instal
# Configure ImageMagick # Configure ImageMagick
COPY ./nolimit.xml /etc/ImageMagick-6/policy.xml 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 RUN npm install -g yarn
# See https://github.com/instructure/canvas-lms/issues/1404#issuecomment-461023483 and # See https://github.com/instructure/canvas-lms/issues/1404#issuecomment-461023483 and