From 27a5db9edf1d2c2afb8d79bfccfb284399853fdb Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 16 Jun 2020 11:28:56 +0000 Subject: [PATCH] alpine 3.11 needs py3-pip in extra package --- docker/elasticpot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/elasticpot/Dockerfile b/docker/elasticpot/Dockerfile index e52055bb..42b2579c 100644 --- a/docker/elasticpot/Dockerfile +++ b/docker/elasticpot/Dockerfile @@ -6,8 +6,8 @@ ADD dist/ /root/dist/ # Install packages RUN apk -U --no-cache add \ git \ + py3-pip \ python3 && \ - pip3 install --no-cache-dir --upgrade pip && \ pip3 install --no-cache-dir bottle \ configparser \ datetime \