File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ ENV SSL_VERIFY_HOST=$SSL_VERIFY_HOST
15
15
ENV SECRET_REGISTER=$SECRET_REGISTER
16
16
17
17
# 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 \
21
21
nginx supervisor nodejs npm curl
22
22
23
23
# Create symlink so programs depending on `php` still function
You can’t perform that action at this time.
0 commit comments