Skip to content

Commit 06bcdc5

Browse files
committed
fix issue
1 parent a6f8b68 commit 06bcdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update -y \
66
&& apt-get install -y --no-install-recommends \
77
python3 python3-pip python3-venv \
88
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
9-
&& pip3 install -U pip \
9+
&& pip3 install -U --break-system-packages pip \
1010
&& pip3 install --break-system-packages \
1111
pytype pylint black[jupyter] isort pytest ipython \
1212
wajig \

0 commit comments

Comments
 (0)