--break-system-packages
This commit is contained in:
parent
8ad8cdf1d4
commit
a8fb73c00c
|
|
@ -8,7 +8,7 @@ RUN apt-get update && \
|
|||
apt-get install -y --no-install-recommends \
|
||||
python3 \
|
||||
python3-pip \
|
||||
&& pip3 install --no-cache-dir boto3 \
|
||||
&& pip3 install --break-system-packages --no-cache-dir boto3 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue