Nodejs is in debian repository ><"

This commit is contained in:
Michel Roux 2020-04-06 15:17:51 +02:00
parent 568c365a87
commit 289f938eb6
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ FROM debian
ENV DEBIAN_FRONTEND noninteractive
ENV LANG C.UTF-8
RUN apt-get update && apt-get -y upgrade && apt-get -y install curl && \
curl -sSL https://deb.nodesource.com/setup_12.x | bash - && \
RUN apt-get update && apt-get -y upgrade && \
apt-get -y install python3 python3-pip locales nodejs \
python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf \
python3-pymysql python3-requests python3-bs4 python3-dotenv && \