Skip to content

Commit 0b83d7f

Browse files
add required PHP extensions in Docker image
For PhpSpreadsheet
1 parent cbdfc14 commit 0b83d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ENV SSL_VERIFY_HOST=$SSL_VERIFY_HOST
1515
ENV SECRET_REGISTER=$SECRET_REGISTER
1616

1717
# Install packages and remove default server definition
18-
RUN apk --no-cache add php82 php82-fpm php82-opcache php82-json php82-openssl php82-curl php82-zlib \
19-
php82-xml php82-simplexml php82-phar php82-intl php82-dom php82-xmlreader php82-ctype php82-session \
20-
php82-tokenizer php82-pdo php82-pdo_mysql php82-pdo_pgsql php82-iconv php82-zip php82-gmp php82-mbstring \
18+
RUN apk --no-cache add php82 php82-fpm php82-opcache php82-json php82-openssl php82-curl php82-zlib php82-fileinfo \
19+
php82-xml php82-simplexml php82-phar php82-intl php82-dom php82-xmlreader php82-ctype php82-session php82-gd \
20+
php82-tokenizer php82-pdo php82-pdo_mysql php82-pdo_pgsql php82-iconv php82-zip php82-gmp php82-mbstring php82-xmlwriter \
2121
nginx supervisor nodejs npm curl
2222

2323
# Create symlink so programs depending on `php` still function

0 commit comments

Comments
 (0)