Skip to content

Commit

Permalink
Use system Python
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 15, 2024
1 parent 02b14f6 commit c6b5494
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 @@ -8,7 +8,7 @@ RUN apt-get clean

ADD dev-requirements.txt /dev-requirements.txt
ADD requirements.txt /requirements.txt
RUN python3 -m pip install --no-cache-dir -r /dev-requirements.txt
RUN python3 -m pip install --break-system-packages --no-cache-dir -r /dev-requirements.txt

ADD . /src
WORKDIR /src
Expand Down

0 comments on commit c6b5494

Please sign in to comment.