Get latest crudini from github tag
This commit is contained in:
parent
703b18ac0f
commit
4c7313adca
@ -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 --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"]
|
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user