Install as a package, duh
continuous-integration/drone/push Build is failing Details

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

View File

@ -10,6 +10,7 @@ COPY sbin/* /sbin/
RUN apk --no-cache add \
ca-certificates \
mysql-client \
py3-docutils \
py3-pip
RUN pip3 install --upgrade \
@ -19,7 +20,4 @@ RUN pip3 install --upgrade \
RUN pip3 install --no-cache-dir \
"git+http://github.com/pixelb/crudini.git@0.9.3#egg=crudini" \
# Note(decentral1se): for RST rendering
RUN pip install py3-docutils
ENTRYPOINT ["/sbin/entrypoint.sh"]