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 \