From cda4ecfb83c517e84f073e853bd14ce8dc58789c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 12:34:47 +0200 Subject: [PATCH] Use python 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a819f3..d459508 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,6 @@ RUN pip3 install --no-cache-dir \ "git+http://github.com/pixelb/crudini.git@0.9.3#egg=crudini" \ # Note(decentral1se): for RST rendering -RUN pip3 install py3-docutils +RUN pip install py3-docutils ENTRYPOINT ["/sbin/entrypoint.sh"]