Use system Python

This commit is contained in:
grossmj
2024-05-15 17:19:54 +07:00
parent 02b14f6aea
commit c6b5494ce6

View File

@@ -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