From 4c7313adca22abe0de358505f1c1a709430162c1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 10:00:09 +0200 Subject: [PATCH] Get latest crudini from github tag --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4476249..26676e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apk --no-cache add ca-certificates mysql-client py3-pip RUN pip3 install --upgrade pip==20.0.2 -RUN pip3 install --no-cache-dir crudini==0.9 +# Note(decentral1se): https://github.com/pixelb/crudini/issues/58 +RUN pip3 install --no-cache-dir "git+http://github.com/pixelb/crudini.git@0.9.3#egg=crudini" ENTRYPOINT ["/sbin/entrypoint.sh"]