it's a learning experience

This commit is contained in:
GlassedSilver
2022-05-01 10:57:21 +02:00
parent 0329cd9718
commit 80fcecdaea

View File

@@ -37,6 +37,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 \
python2 \
python3 \
atomicparsley