Skip to content

Commit 2b973a0

Browse files
committed
add PECL upload progress to 8.0 and 8.1 images
#77
1 parent 8bd30ca commit 2b973a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN set -e \
2929
php8 \
3030
php8-pecl-apcu \
3131
php8-pecl-igbinary \
32+
php8-pecl-uploadprogress \
3233
php8-pecl-xdebug \
3334
php8-bcmath \
3435
php8-ctype \

php81/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN set -e \
2929
php81 \
3030
php81-pecl-apcu \
3131
php81-pecl-igbinary \
32+
php81-pecl-uploadprogress \
3233
php81-pecl-xdebug \
3334
php81-bcmath \
3435
php81-ctype \

0 commit comments

Comments
 (0)