File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 13
13
php8-curl \
14
14
php8-dom \
15
15
php8-exif \
16
+ php8-fileinfo \
16
17
php8-ftp \
17
18
php8-gd \
18
19
php8-iconv \
28
29
php8-gettext \
29
30
php8-pcntl \
30
31
php8-phar \
32
+ php8-simplexml \
31
33
php8-sockets \
34
+ php8-tokenizer \
32
35
php8-xmlreader \
33
36
php8-zip \
34
37
php8-zlib \
@@ -69,6 +72,7 @@ RUN apk add --no-cache \
69
72
php8-curl \
70
73
php8-dom \
71
74
php8-exif \
75
+ php8-fileinfo \
72
76
php8-ftp \
73
77
php8-gd \
74
78
php8-iconv \
@@ -86,7 +90,9 @@ RUN apk add --no-cache \
86
90
php8-gettext \
87
91
php8-pcntl \
88
92
php8-phar \
93
+ php8-simplexml \
89
94
php8-sockets \
95
+ php8-tokenizer \
90
96
php8-xmlreader \
91
97
php8-zip \
92
98
php8-zlib \
@@ -160,4 +166,4 @@ RUN chmod +x /configure.sh
160
166
ADD /php/scripts/healthcheck.sh /healthcheck.sh
161
167
RUN chmod +x /healthcheck.sh
162
168
163
- CMD ["/start.sh"]
169
+ CMD ["/start.sh"]
You can’t perform that action at this time.
0 commit comments