From f1c5928920072975a118ad89b295ea5f67866f92 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 6 Jul 2022 23:15:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20Dockerfi?= =?UTF-8?q?le=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7d861ce..e7b81d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk -U upgrade && \ openssl \ openssl-dev \ linux-headers \ - python2 \ + python \ rrdtool RUN git clone https://github.com/cherokee/webserver.git . && \ @@ -32,7 +32,7 @@ RUN git clone https://github.com/cherokee/webserver.git . && \ openssl FROM casjaysdev/php:latest -ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')" +ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')" LABEL \ org.label-schema.name="cherokee" \ @@ -46,7 +46,7 @@ LABEL \ org.label-schema.vcs-type="Git" \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="CasjaysDev" \ - maintainer="CasjaysDev " + maintainer="CasjaysDev " COPY --from=build /usr/local/share/cherokee/. /usr/local/share/cherokee/ COPY ./config/. /config/