Get latest crudini from github tag

This commit is contained in:
Luke Murphy 2020-03-29 10:00:09 +02:00
parent 703b18ac0f
commit 4c7313adca
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -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"]