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 curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get update && apt-get -y install \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get update && apt-get -y install \
npm \
python2 \
python3 \