Skip to content

Commit cf8a15c

Browse files
committed
Allow pip3 to install sytem wide packages in Dockerfile
1 parent af26df7 commit cf8a15c

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
@@ -14,6 +14,6 @@ WORKDIR /usr/app
1414
RUN mkdir -p out
1515

1616
# Install leetcode-export
17-
RUN pip3 install .
17+
RUN pip3 install --break-system-packages .
1818

1919
ENTRYPOINT ["leetcode-export", "--folder", "out"]

0 commit comments

Comments
 (0)