Parcourir la source

Update Dockerfile

added npm
master
Voxin Muyli il y a 1 an
Parent
révision
b22a9bb11a
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Voir le fichier

@@ -2,7 +2,7 @@ FROM python:3.11
2 2
 ENV PYTHONUNBUFFERED 1
3 3
 
4 4
 RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
5
-RUN apt-get install -y nodejs
5
+RUN apt-get install -y nodejs npm
6 6
 
7 7
 COPY ./requirements.txt /requirements.txt
8 8
 RUN pip3 install -r /requirements.txt

Chargement…
Annuler
Enregistrer