don't think we need to install curl twice lol

This commit is contained in:
GlassedSilver
2022-05-01 10:51:20 +02:00
parent 493e876a97
commit 0329cd9718

View File

@@ -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