Skip to content

Commit 2e7ca57

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ RUN cd Python-${VERSION} && ./configure && make -j$(nproc) && make install
1616
RUN rm -rf Python-${VERSION} Python-${VERSION}.tgz /etc/apt/sources.list.d/debsrc.list
1717

1818
RUN echo -e "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
19-
# replicate raspberry pi os pip.conf
19+
# replicate raspberry pi os pip.conf
20+
21+
# remove existing python3
22+
RUN apt remove python3

0 commit comments

Comments
 (0)