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.
2 parents f25d50a + fe1765a commit 1584862Copy full SHA for 1584862
testing/Dockerfile.busted-buster
@@ -1,3 +1,3 @@
1
FROM debian:buster
2
RUN apt-get update -q && apt-get install -yq python3-pip python3-setuptools
3
-RUN echo -n "[easy_install]\nallow_hosts=localhost\nfind_links=/dist" > /root/.pydistutils.cfg
+RUN printf "[easy_install]\nallow_hosts=localhost\nfind_links=/dist\n" > /root/.pydistutils.cfg
0 commit comments