Dockerfile: Remove broken npm installation line

This commit is contained in:
Raphael Michel
2023-06-27 23:20:06 +02:00
parent ccf17db972
commit 0282cfbdd5

View File

@@ -33,8 +33,7 @@ RUN apt-get update && \
mkdir /static && \
mkdir /etc/supervisord && \
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
apt-get install -y nodejs && \
curl -qL https://www.npmjs.com/install.sh | sh
apt-get install -y nodejs
ENV LC_ALL=C.UTF-8 \