summaryrefslogtreecommitdiff
path: root/testing/Dockerfile.busted-buster
blob: 872833fc648bbf8ff7e6f070ef1da6de69331964 (plain)
1
2
3
FROM debian:buster
RUN apt-get update -q && apt-get install -yq python3-pip python3-setuptools
RUN printf "[easy_install]\nallow_hosts=localhost\nfind_links=/dist\n" > /root/.pydistutils.cfg