From 0be26bc46c067c7577d49fd0b934cdce276c00ff Mon Sep 17 00:00:00 2001 From: Xavi Ivars Date: Mon, 8 Jan 2024 17:58:04 +0100 Subject: [PATCH] Install debian's pipenv --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4d432fe7d..24aad89a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer sushain@skc.name # Install packaged dependencies -RUN apt-get -qq update && apt-get -qq install python3-pip +RUN apt-get -qq update && apt-get -qq install python3-pip pipenv # Install CLD2 @@ -33,7 +33,6 @@ RUN apt-get -qq update && apt-get -qq install \ COPY Pipfile apertium-apy/ COPY Pipfile.lock apertium-apy/ -RUN pip3 install pipenv RUN cd apertium-apy && pipenv install --deploy --system COPY . apertium-apy