Skip to content

Commit

Permalink
Almost?
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jul 7, 2024
1 parent 6f2eb6d commit 2f82506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

COPY ./requirements.txt /tmp/
RUN pip3 install --upgrade pip --break-system-packages
RUN pip3 install -r /tmp/requirements.txt || pip3 install -r /tmp/requirements.txt --break-system-packages

ENV LANG=C.UTF-8
Expand Down

0 comments on commit 2f82506

Please sign in to comment.