mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
Fix node version install (#1801)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user