From 8cf3f22c7d43e7f1d9d5d4bd9354e13263084a68 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 12:38:54 +0200 Subject: [PATCH] Install as a package, duh --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d459508..88950a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ COPY sbin/* /sbin/ RUN apk --no-cache add \ ca-certificates \ mysql-client \ + py3-docutils \ py3-pip RUN pip3 install --upgrade \ @@ -19,7 +20,4 @@ RUN pip3 install --upgrade \ RUN pip3 install --no-cache-dir \ "git+http://github.com/pixelb/crudini.git@0.9.3#egg=crudini" \ -# Note(decentral1se): for RST rendering -RUN pip install py3-docutils - ENTRYPOINT ["/sbin/entrypoint.sh"]