Skip to content

Commit 1584862

Browse files
Merge branch 'fix-regressions' of github.com:RonnyPfannschmidt/setuptools_scm into fix-regressions
2 parents f25d50a + fe1765a commit 1584862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/Dockerfile.busted-buster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM debian:buster
22
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
3+
RUN printf "[easy_install]\nallow_hosts=localhost\nfind_links=/dist\n" > /root/.pydistutils.cfg

0 commit comments

Comments
 (0)