don't think we need to install curl twice lol

pull/584/head
GlassedSilver 3 years ago
parent 493e876a97
commit 0329cd9718

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

Loading…
Cancel
Save