From 567d9e5841ba77717058c1ae44afa3a00ecd9790 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 6 Dec 2023 16:39:31 +0100 Subject: [PATCH] Fix error in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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