We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e898a9 commit 8679fb7Copy full SHA for 8679fb7
Dockerfile
@@ -63,11 +63,6 @@ RUN apk info \
63
yarn \
64
mysql-client \
65
mariadb-connector-c \
66
- php8-dom \
67
- php8-tokenizer \
68
- php8-xml \
69
- php8-xmlwriter \
70
- php8-fileinfo \
71
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
72
&& docker-php-ext-install -j$(nproc) \
73
gd \
@@ -78,12 +73,6 @@ RUN apk info \
78
intl \
79
74
opcache \
80
75
pcntl \
81
- iconv \
82
- xml \
83
- xmlwriter \
84
- dom \
85
- tokenizer \
86
- fileinfo \
87
76
&& pecl install \
88
77
redis \
89
&& docker-php-ext-enable redis \
0 commit comments