Skip to content

Commit

Permalink
Install debian's pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
xavivars authored Jan 8, 2024
1 parent 4cb7ed0 commit 0be26bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer [email protected]

# 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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0be26bc

Please sign in to comment.