Use python 2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-04-24 12:34:47 +02:00
parent 7c7969d56c
commit cda4ecfb83
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ RUN pip3 install --no-cache-dir \
"git+http://github.com/pixelb/crudini.git@0.9.3#egg=crudini" \
# Note(decentral1se): for RST rendering
RUN pip3 install py3-docutils
RUN pip install py3-docutils
ENTRYPOINT ["/sbin/entrypoint.sh"]