From f16e542ec3bd497518bf422629767101792ac603 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Oct 2022 22:23:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 574f9a8..42fb428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ RUN mkdir -p /bin/ /config/ /data/ && \ apk update -U --no-cache \ apk add --no-cache \ icu-data-full \ + python3 \ + py3-pip \ curl \ gnupg \ tar \ @@ -78,8 +80,6 @@ RUN mkdir -p /bin/ /config/ /data/ && \ php8-xmlwriter \ php8-zip \ php8-zlib \ - python3 \ - py3-pip \ tzdata RUN apk --update --no-cache add -t build-dependencies \