forked from CGM_Public/pretix_original
Dockerfile: Remove broken npm installation line
This commit is contained in:
@@ -33,8 +33,7 @@ RUN apt-get update && \
|
|||||||
mkdir /static && \
|
mkdir /static && \
|
||||||
mkdir /etc/supervisord && \
|
mkdir /etc/supervisord && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs
|
||||||
curl -qL https://www.npmjs.com/install.sh | sh
|
|
||||||
|
|
||||||
|
|
||||||
ENV LC_ALL=C.UTF-8 \
|
ENV LC_ALL=C.UTF-8 \
|
||||||
|
|||||||
Reference in New Issue
Block a user