Просмотр исходного кода

Merge pull request #4175 from django-oscar/specialunderwear-patch-2

Update Dockerfile
master
Voxin Muyli 2 лет назад
Родитель
Сommit
c78c3f079e
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Просмотреть файл

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

Загрузка…
Отмена
Сохранить