diff --git a/latest/Dockerfile b/latest/Dockerfile index 51f3e16..b6b5aac 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -2,18 +2,18 @@ FROM php:8-alpine AS binary-with-runtime RUN set -eux ; \ apk add --no-cache --virtual .composer-rundeps \ + 7zip \ bash \ coreutils \ git \ make \ + mercurial \ openssh-client \ patch \ subversion \ tini \ unzip \ - zip \ - $([ "$(apk --print-arch)" != "x86" ] && echo mercurial) \ - $([ "$(apk --print-arch)" != "armhf" ] && echo p7zip) + zip RUN printf "# composer php cli ini settings\n\ date.timezone=UTC\n\ diff --git a/legacy/Dockerfile b/legacy/Dockerfile index e76f282..0c8bef9 100644 --- a/legacy/Dockerfile +++ b/legacy/Dockerfile @@ -2,18 +2,18 @@ FROM php:8-alpine AS binary-with-runtime RUN set -eux ; \ apk add --no-cache --virtual .composer-rundeps \ + 7zip \ bash \ coreutils \ git \ make \ + mercurial \ openssh-client \ patch \ subversion \ tini \ unzip \ - zip \ - $([ "$(apk --print-arch)" != "x86" ] && echo mercurial) \ - $([ "$(apk --print-arch)" != "armhf" ] && echo p7zip) + zip RUN printf "# composer php cli ini settings\n\ date.timezone=UTC\n\ diff --git a/lts/Dockerfile b/lts/Dockerfile index 869207d..7b5eebd 100644 --- a/lts/Dockerfile +++ b/lts/Dockerfile @@ -2,18 +2,18 @@ FROM php:8-alpine AS binary-with-runtime RUN set -eux ; \ apk add --no-cache --virtual .composer-rundeps \ + 7zip \ bash \ coreutils \ git \ make \ + mercurial \ openssh-client \ patch \ subversion \ tini \ unzip \ - zip \ - $([ "$(apk --print-arch)" != "x86" ] && echo mercurial) \ - $([ "$(apk --print-arch)" != "armhf" ] && echo p7zip) + zip RUN printf "# composer php cli ini settings\n\ date.timezone=UTC\n\