diff --git a/Dockerfile b/Dockerfile index 0b0feda0..87a9c845 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.7 ENV PYTHONUNBUFFERED 1 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 # Download and import the Nodesource GPG key