Skip to content

Commit c4a851f

Browse files
committed
php:8.3.22-cli-alpine
1 parent 6b43bfd commit c4a851f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FROM php:7.4.33-cli-alpine
2-
FROM php:8.1.28-cli-alpine
2+
# FROM php:8.1.28-cli-alpine
33
#FROM php:8.2.18-cli-alpine
4-
# FROM php:8.3.4-cli-alpine
4+
FROM php:8.3.22-cli-alpine
55

66
LABEL Maintainer="ShaoBo Wan (Tinywan) <[email protected]>" \
77
Description="Webman Lightweight container with PHP 8.2.16 based on Alpine Linux."

extension/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Work directory : ${PWD}"
99
echo "============================================"
1010
echo
1111

12-
export EXTENSIONS=",gd,bcmath,pdo,mysqli,pdo_mysql,redis,bz2,calendar,opcache,pcntl,sockets,zip,event,xlswriter,"
12+
export EXTENSIONS=",gd,bcmath,pdo,mysqli,pdo_mysql,redis,bz2,calendar,opcache,pcntl,sockets,zip,event,xlswriter,swoole,"
1313

1414
#
1515
# Check if current php version is greater than or equal to
@@ -194,7 +194,7 @@ if [[ -z "${EXTENSIONS##*,gd,*}" ]]; then
194194
libjpeg-turbo \
195195
libjpeg-turbo-dev \
196196
libwebp-dev &&
197-
docker-php-ext-configure gd --enable-gd --with-freetype --with-jpeg --with-webp &&
197+
docker-php-ext-configure gd --enable-gd --with-freetype --with-jpeg --with-webp --enable-swoole-curl &&
198198
docker-php-ext-install gd &&
199199
apk del \
200200
freetype-dev \

0 commit comments

Comments
 (0)