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

pictuga 2021-12-07 22:15:41 +01:00
parent 054a02e95c
commit fcfb9ad611
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ FROM alpine:latest
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml 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
ADD . /app ADD . /app
RUN pip3 install --no-cache-dir /app[full] RUN pip3 install --no-cache-dir /app[full]