From bfbd4c1240f5852d2170b62884cc01c618b86225 Mon Sep 17 00:00:00 2001 From: Christian Burmeister Date: Mon, 20 May 2019 21:32:04 +0200 Subject: [PATCH] acme-tiny with python3 --- data/Dockerfiles/acme/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/Dockerfiles/acme/Dockerfile b/data/Dockerfiles/acme/Dockerfile index a17064fe..c7c8e886 100644 --- a/data/Dockerfiles/acme/Dockerfile +++ b/data/Dockerfiles/acme/Dockerfile @@ -12,9 +12,9 @@ RUN apk add --update --no-cache \ redis \ tini \ tzdata \ - py-pip \ - && pip install --upgrade pip \ - && pip install acme-tiny + python3 \ + && python3 -m pip install --upgrade pip \ + && python3 -m pip install acme-tiny COPY docker-entrypoint.sh /srv/docker-entrypoint.sh COPY expand6.sh /srv/expand6.sh