Skip to content

Commit 9796197

Browse files
committed
Fix \n in pip.conf
1 parent 5dcf83f commit 9796197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ RUN cd Python-${VERSION} && ./configure && make -j$(nproc) && make install
1515

1616
RUN rm -rf Python-${VERSION} Python-${VERSION}.tgz /etc/apt/sources.list.d/debsrc.list
1717

18-
RUN echo "[global]\
19-
extra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
18+
RUN echo -e "[global]\nextra-index-url=https://www.piwheels.org/simple" > /etc/pip.conf
2019
# replicate raspberry pi os pip.conf

0 commit comments

Comments
 (0)