From eca395a770501b2587e44046f896899b75ef4656 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 14 Jan 2022 12:54:53 +0000 Subject: [PATCH] fix packaging --- docker/elasticpot/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/elasticpot/Dockerfile b/docker/elasticpot/Dockerfile index 6b399690..eae51dc9 100644 --- a/docker/elasticpot/Dockerfile +++ b/docker/elasticpot/Dockerfile @@ -23,6 +23,7 @@ RUN apk -U add \ git clone https://gitlab.com/bontchev/elasticpot.git/ && \ cd elasticpot && \ git checkout d12649730d819bd78ea622361b6c65120173ad45 && \ + pip3 install --ignore-installed packaging && \ pip3 install -r requirements.txt && \ # # Setup user, groups and configs