Skip to content

Commit a74f084

Browse files
committed
Breaking system packages in Python module installation
1 parent da5308d commit a74f084

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
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
2626
nano
2727

2828

29-
RUN python -m pip install gatorgrade
29+
RUN python -m pip install gatorgrade --break-system-packages
3030

3131
RUN mkdir /tools
3232
RUN cd /tools && \

0 commit comments

Comments
 (0)