Skip to content

Commit 8679fb7

Browse files
author
Kevin Buchholz
committed
remove duplicate and outdated extension installations
1 parent 0e898a9 commit 8679fb7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ RUN apk info \
6363
yarn \
6464
mysql-client \
6565
mariadb-connector-c \
66-
php8-dom \
67-
php8-tokenizer \
68-
php8-xml \
69-
php8-xmlwriter \
70-
php8-fileinfo \
7166
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
7267
&& docker-php-ext-install -j$(nproc) \
7368
gd \
@@ -78,12 +73,6 @@ RUN apk info \
7873
intl \
7974
opcache \
8075
pcntl \
81-
iconv \
82-
xml \
83-
xmlwriter \
84-
dom \
85-
tokenizer \
86-
fileinfo \
8776
&& pecl install \
8877
redis \
8978
&& docker-php-ext-enable redis \

0 commit comments

Comments
 (0)