Skip to content

Commit fbe10f3

Browse files
committed
Remove existing python3
1 parent 2e7ca57 commit fbe10f3

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
@@ -19,4 +19,4 @@ RUN echo -e "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/p
1919
# replicate raspberry pi os pip.conf
2020

2121
# remove existing python3
22-
RUN apt remove python3
22+
RUN apt remove -y python3

0 commit comments

Comments
 (0)