Closes autonomic-cooperative/gitea#4.
This commit is contained in:
@ -17,6 +17,9 @@ RUN pip3 install --upgrade \
|
||||
|
||||
# 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"
|
||||
"git+http://github.com/pixelb/crudini.git@0.9.3#egg=crudini" \
|
||||
|
||||
# Note(decentral1se): for RST rendering
|
||||
RUN pip3 install py3-docutils
|
||||
|
||||
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user