Przeglądaj źródła

Update Dockerfile

added npm
master
Voxin Muyli 1 rok temu
rodzic
commit
b22a9bb11a
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz