diff --git a/Dockerfile b/Dockerfile index d149c384df..2c5b6dbae9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \