Skip to content

Commit ed8e021

Browse files
committed
do not attempt to install unavailable packages
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 2e3a713 commit ed8e021

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
5454
php8.1-bcmath \
5555
php8.1-curl \
5656
php8.1-dev \
57-
php8.1-dompdf \
5857
php8.1-gd \
5958
php8.1-imagick \
6059
php8.1-intl \
@@ -65,7 +64,6 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
6564
php8.1-ldap \
6665
php8.1-oauth \
6766
php8.1-pgsql \
68-
php8.1-pear \
6967
php8.1-gmp \
7068
php8.1-smbclient \
7169
wget \

0 commit comments

Comments
 (0)