test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
054a02e95c
commit
7dac7506ed
|
@ -2,6 +2,11 @@ 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 apk -vv add util-linux
|
||||||
|
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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue