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

pictuga 2021-12-08 00:20:42 +01:00
parent 054a02e95c
commit e29403c395
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ FROM alpine:latest
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml
# to solve issue with pip
RUN which lsb_release
RUN rm rm -rf /usr/bin/lsb_release /usr/local/bin/lsb_release
ADD . /app
RUN pip3 install --no-cache-dir /app[full]