--break-system-packages

This commit is contained in:
Andreas Knuth 2026-01-17 15:48:00 -06:00
parent 8ad8cdf1d4
commit a8fb73c00c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
python3 \ python3 \
python3-pip \ python3-pip \
&& pip3 install --no-cache-dir boto3 \ && pip3 install --break-system-packages --no-cache-dir boto3 \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*