Fix error in Dockerfile
This commit is contained in:
parent
e29a05eadd
commit
567d9e5841
|
|
@ -2,7 +2,7 @@ FROM python:3.11.7
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install --user pipenv
|
RUN pip install pipenv
|
||||||
|
|
||||||
# install Node according to the newest instructions from https://github.com/nodesource/distributions#debian-and-ubuntu-based-distributions
|
# install Node according to the newest instructions from https://github.com/nodesource/distributions#debian-and-ubuntu-based-distributions
|
||||||
# Download and import the Nodesource GPG key
|
# Download and import the Nodesource GPG key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue