This commit is contained in:
@@ -3,7 +3,7 @@ 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
|
# 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
|
ADD . /app
|
||||||
RUN pip3 install --no-cache-dir /app[full]
|
RUN pip3 install --no-cache-dir /app[full]
|
||||||
|
Reference in New Issue
Block a user