test
continuous-integration/drone/push Build is failing Details

pictuga 2021-12-07 22:25:55 +01:00
parent fcfb9ad611
commit 46a0f150a6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:latest
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml
# to solve issue with pip
RUN whereis lsb_release #rm rm -rf /usr/bin/lsb_release
RUN apk add --update util-linux && whereis lsb_release #rm rm -rf /usr/bin/lsb_release
ADD . /app
RUN pip3 install --no-cache-dir /app[full]