diff --git a/Dockerfile b/Dockerfile index ff55d4a..d9ea4bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ 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 + ADD . /app RUN pip3 install --no-cache-dir /app[full]