From fe1765a6a2062fba28614b9ca111fcc7bd7dc6cc Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 30 Aug 2021 19:39:49 +0200 Subject: [PATCH] Update testing/Dockerfile.busted-buster Co-authored-by: wouter bolsterlee --- testing/Dockerfile.busted-buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Dockerfile.busted-buster b/testing/Dockerfile.busted-buster index 1869e206..872833fc 100644 --- a/testing/Dockerfile.busted-buster +++ b/testing/Dockerfile.busted-buster @@ -1,3 +1,3 @@ FROM debian:buster RUN apt-get update -q && apt-get install -yq python3-pip python3-setuptools -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