From 16c070f84bcb8af4cfc8e7b40713a0752ddb2632 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Dec 2021 00:27:12 +0100 Subject: [PATCH] test --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ff55d4a..2ffa3f7 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 rm rm -rf /usr/bin/lsb_release /usr/local/bin/lsb_release + ADD . /app RUN pip3 install --no-cache-dir /app[full]