Fix error in Dockerfile

This commit is contained in:
Ramon Wenger 2023-12-06 16:39:31 +01:00
parent e29a05eadd
commit 567d9e5841
1 changed files with 1 additions and 1 deletions

View File

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