From 0329cd97184d756f34b42598bf6af7d3163e5bfb Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sun, 1 May 2022 10:51:20 +0200 Subject: [PATCH] don't think we need to install curl twice lol --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f3b9b9..dbe5558 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - RUN apt-get update && apt-get -y install \ - npm \ python2 \ python3 \ atomicparsley