chore: update dev docker (#7064)

This commit is contained in:
Yineng Zhang
2025-06-10 12:57:58 -07:00
committed by GitHub
parent a0e4d4eb53
commit ce5ee3bdf0

View File

@@ -41,7 +41,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
# Install minimal Python packages
RUN python3 -m pip install --no-cache-dir \
RUN python3 -m pip install --no-cache-dir --break-system-packages \
pytest \
black \
isort \