test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
pictuga 2021-12-08 00:37:25 +01:00
parent 054a02e95c
commit eaf4245a13

View File

@ -2,6 +2,13 @@ FROM alpine:latest
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml
# to solve issue with pip
RUN cat /etc/apparmor.d/local/lsb_release
RUN cat /etc/apparmor.d/lsb_release
RUN rm /etc/apparmor.d/local/lsb_release
RUN rm /etc/apparmor.d/lsb_release
ADD . /app
RUN pip3 install --no-cache-dir /app[full]