From b2600152ea52ec98b68d08d78bb2cb247ff49884 Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 10 Dec 2021 15:14:50 +0000 Subject: [PATCH] docker: remove unneeded git dep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff55d4a..fee6345 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml +RUN apk add --no-cache python3 py3-pip py3-wheel py3-lxml ADD . /app RUN pip3 install --no-cache-dir /app[full]