From 46a0f150a68412058530feab251c7918246e3d30 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 7 Dec 2021 22:25:55 +0100 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9ea4bb..74c208b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ 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 +RUN apk add --update util-linux && whereis lsb_release #rm rm -rf /usr/bin/lsb_release ADD . /app RUN pip3 install --no-cache-dir /app[full]