Avoid issue with system-installed py packages
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -5,7 +5,7 @@ ADD . /app
|
||||
RUN set -ex; \
|
||||
apk add --no-cache --virtual .run-deps python3 py3-lxml py3-setproctitle py3-setuptools; \
|
||||
apk add --no-cache --virtual .build-deps py3-pip py3-wheel; \
|
||||
pip3 install --no-cache-dir /app[full]; \
|
||||
pip3 install --no-cache-dir --ignore-installed /app[full]; \
|
||||
apk del .build-deps
|
||||
|
||||
USER 1000:1000
|
||||
|
Reference in New Issue
Block a user