We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fff73 commit f4ebe37Copy full SHA for f4ebe37
1 file changed
Dockerfile
@@ -15,8 +15,8 @@ RUN cd Python-${VERSION} && ./configure && make -j$(nproc) && make install
15
16
RUN rm -rf Python-${VERSION} Python-${VERSION}.tgz /etc/apt/sources.list.d/debsrc.list
17
18
-RUN echo -e "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
+RUN echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
19
# replicate raspberry pi os pip.conf
20
21
# remove existing python3
22
-RUN apt remove -y python3
+RUN apt remove -y python3
0 commit comments