Selaa lähdekoodia

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

Update Dockerfile
master
Voxin Muyli 2 vuotta sitten
vanhempi
commit
c78c3f079e
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Näytä tiedosto

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

Loading…
Peruuta
Tallenna