Skip to content

Commit f7fec06

Browse files
committed
增加php:7.3-fpm-buster php:7.3-zts-buster
1 parent 5ec4e50 commit f7fec06

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

build/build-images-define.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ $buildImageList = @(
159159
# "openvpn-as:3.0.1-84b60e70-Ubuntu24"
160160
# "python:3.12.12",
161161
# "pika:latest",
162+
"php:7.3-fpm-buster",
163+
"php:7.3-zts-buster",
162164
""
163165
)
164166

@@ -201,7 +203,7 @@ $syncSample = @(
201203
# "semitechnologies/weaviate:1.27.0",
202204
# "redis:6-alpine",
203205
# "steamcmd/steamcmd:ubuntu-22",
204-
"privoce/vocechat-server:v0.5.8",
206+
# "privoce/vocechat-server:v0.5.8",
205207
""
206208
)
207209

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM --platform=$TARGETPLATFORM php:7.3-fpm-buster
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM --platform=$TARGETPLATFORM php:7.3-zts-buster

src/php/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)