File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ FROM php:8-alpine AS binary-with-runtime
2
2
3
3
RUN set -eux ; \
4
4
apk add --no-cache --virtual .composer-rundeps \
5
+ 7zip \
5
6
bash \
6
7
coreutils \
7
8
git \
8
9
make \
10
+ mercurial \
9
11
openssh-client \
10
12
patch \
11
13
subversion \
12
14
tini \
13
15
unzip \
14
- zip \
15
- $([ "$(apk --print-arch)" != "x86" ] && echo mercurial) \
16
- $([ "$(apk --print-arch)" != "armhf" ] && echo p7zip)
16
+ zip
17
17
18
18
RUN printf "# composer php cli ini settings\n \
19
19
date.timezone=UTC\n \
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ FROM php:8-alpine AS binary-with-runtime
2
2
3
3
RUN set -eux ; \
4
4
apk add --no-cache --virtual .composer-rundeps \
5
+ 7zip \
5
6
bash \
6
7
coreutils \
7
8
git \
8
9
make \
10
+ mercurial \
9
11
openssh-client \
10
12
patch \
11
13
subversion \
12
14
tini \
13
15
unzip \
14
- zip \
15
- $([ "$(apk --print-arch)" != "x86" ] && echo mercurial) \
16
- $([ "$(apk --print-arch)" != "armhf" ] && echo p7zip)
16
+ zip
17
17
18
18
RUN printf "# composer php cli ini settings\n \
19
19
date.timezone=UTC\n \
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ FROM php:8-alpine AS binary-with-runtime
2
2
3
3
RUN set -eux ; \
4
4
apk add --no-cache --virtual .composer-rundeps \
5
+ 7zip \
5
6
bash \
6
7
coreutils \
7
8
git \
8
9
make \
10
+ mercurial \
9
11
openssh-client \
10
12
patch \
11
13
subversion \
12
14
tini \
13
15
unzip \
14
- zip \
15
- $([ "$(apk --print-arch)" != "x86" ] && echo mercurial) \
16
- $([ "$(apk --print-arch)" != "armhf" ] && echo p7zip)
16
+ zip
17
17
18
18
RUN printf "# composer php cli ini settings\n \
19
19
date.timezone=UTC\n \
You can’t perform that action at this time.
0 commit comments