Install setproctitle from pkg mgrs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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; \
|
||||
|
Reference in New Issue
Block a user