From d5ab0d7b9614d154195479f1b4780e38243edfdb Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sun, 1 May 2022 11:54:19 +0200 Subject: [PATCH] I'm getting sleepy, why am I still pushing through --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e060a28..f06e28b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ 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 + npm \ python2 \ python3 \ atomicparsley && \