Skip to content

Commit

Permalink
Try to fix pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk authored Feb 27, 2024
1 parent b5aad71 commit 447370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt upgrade -y &&\
ADD Pipfile /app/src/Pipfile
ADD Pipfile.lock /app/src/Pipfile.lock
WORKDIR /app/src
RUN python -m pipenv install --system --deploy --ignore-pipfile --extra-pip-args="--break-system-packages"
RUN pipenv install --system --deploy --ignore-pipfile --extra-pip-args="--break-system-packages"
RUN pip3 install sentry-sdk --break-system-packages

# add remaining sources
Expand Down

0 comments on commit 447370f

Please sign in to comment.