Skip to content

Commit fc38d23

Browse files
committed
Enable the uploadprogress extension
Fixes phpmyadmin#437 Ref: 6bfaf08 Missing copying that Signed-off-by: William Desportes <[email protected]>
1 parent 739bbbb commit fc38d23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile-alpine.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM php:%%PHP_VERSION%%-%%VARIANT%%
22

3+
ENV UPLOAD_PROGRESS_EXT_URL="https://github.com/php/pecl-php-uploadprogress/archive/refs/tags/uploadprogress-2.0.2.tar.gz"
4+
ENV UPLOAD_PROGRESS_SHA256="fe3f6cdfcedad563c970c4fd1cda31e422cfc0df5cc9a217d8c80ed3c8d137f5"
5+
36
# install and docker-entrypoint.sh dependencies
47
RUN apk add --no-cache \
58
bash \

fpm-alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
22
FROM php:8.3-fpm-alpine
33

4+
ENV UPLOAD_PROGRESS_EXT_URL="https://github.com/php/pecl-php-uploadprogress/archive/refs/tags/uploadprogress-2.0.2.tar.gz"
5+
ENV UPLOAD_PROGRESS_SHA256="fe3f6cdfcedad563c970c4fd1cda31e422cfc0df5cc9a217d8c80ed3c8d137f5"
6+
47
# install and docker-entrypoint.sh dependencies
58
RUN apk add --no-cache \
69
bash \

0 commit comments

Comments
 (0)