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 5dcf83f commit 9796197Copy full SHA for 9796197
Dockerfile
@@ -15,6 +15,5 @@ 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 "[global]\
19
-extra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
+RUN echo -e "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
20
# replicate raspberry pi os pip.conf
0 commit comments