瀏覽代碼

acme-tiny with python3

Christian Burmeister 6 年之前
父節點
當前提交
bfbd4c1240
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      data/Dockerfiles/acme/Dockerfile

+ 3 - 3
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