syntax fixes are fun

This commit is contained in:
GlassedSilver
2022-05-01 10:48:27 +02:00
parent fe91484f24
commit 493e876a97

View File

@@ -35,8 +35,8 @@ ENV UID=1000 \
RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \
npm \ npm \
python2 \ python2 \
python3 \ python3 \