Skip to content

Commit 43a4aaf

Browse files
feat: update php Dockerfile
1 parent 2bf8ad5 commit 43a4aaf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.cnb/web_trigger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ branch:
1818
required: true
1919
PLATFORM:
2020
name: "编译平台"
21-
description: "编译平台,多个用逗号分隔"
22-
default: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
21+
description: "linux/amd64,linux/arm64,linux/arm/v7,linux/s390x"
22+
default: "linux/amd64,linux/arm64"
2323
required: true
2424
- buttons:
2525
- name: "编译 Node.js 镜像"
@@ -36,5 +36,5 @@ branch:
3636
PLATFORM:
3737
name: "编译平台"
3838
description: "编译平台,多个用逗号分隔"
39-
default: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
39+
default: "linux/amd64,linux/arm64,linux/arm/v7,linux/s390x"
4040
required: true

php/7.1.33/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -eux; \
3131
; \
3232
rm -rf /var/lib/apt/lists/*
3333

34-
ENV PHP_INI_DIR ="/usr/local/etc/php"
34+
ENV PHP_INI_DIR="/usr/local/etc/php"
3535
RUN set -eux; \
3636
mkdir -p "$PHP_INI_DIR/conf.d"; \
3737
# allow running as an arbitrary user (https://github.com/docker-library/php/issues/743)

php/7.2.34/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -eux; \
3030
; \
3131
rm -rf /var/lib/apt/lists/*
3232

33-
ENV PHP_INI_DIR = "/usr/local/etc/php"
33+
ENV PHP_INI_DIR="/usr/local/etc/php"
3434
RUN set -eux; \
3535
mkdir -p "$PHP_INI_DIR/conf.d"; \
3636
# allow running as an arbitrary user (https://github.com/docker-library/php/issues/743)

0 commit comments

Comments
 (0)