Install setproctitle from pkg mgrs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-11 18:50:28 +01:00
parent ac9859d955
commit 0ee16d4a7d
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:latest
ADD . /app
RUN set -ex; \
apk add --no-cache --virtual .run-deps python3 py3-lxml; \
apk add --no-cache --virtual .run-deps python3 py3-lxml py3-setproctitle; \
apk add --no-cache --virtual .build-deps py3-pip py3-wheel; \
pip3 install --no-cache-dir /app[full]; \
apk del .build-deps; \