From eaf4245a138904ebadcc4b4c12b470bf31cd9f76 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Dec 2021 00:37:25 +0100 Subject: [PATCH] test --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index ff55d4a..941ece5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,13 @@ FROM alpine:latest RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml +# to solve issue with pip +RUN cat /etc/apparmor.d/local/lsb_release +RUN cat /etc/apparmor.d/lsb_release + +RUN rm /etc/apparmor.d/local/lsb_release +RUN rm /etc/apparmor.d/lsb_release + ADD . /app RUN pip3 install --no-cache-dir /app[full]