From 13d6bbe5a113140012b33093d29bbc37c9fd5a7b Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 7 Dec 2021 23:54:11 +0100 Subject: [PATCH] test --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index ff55d4a..cc3a785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,11 @@ FROM alpine:latest RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml +# to solve issue with pip +RUN apk -v add util-linux +RUN whereis lsb_release +#rm rm -rf /usr/bin/lsb_release + ADD . /app RUN pip3 install --no-cache-dir /app[full]