temporarly install gpg

This commit is contained in:
Benjamin Brummer
2024-12-03 23:57:20 +01:00
parent 337f38e0dc
commit d64ed83abf

7
debian/Dockerfile vendored
View File

@@ -5,7 +5,7 @@ ARG saxon=12.5.0
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
default-mysql-client \ default-mysql-client \
gnupg2 \ gpg \
gosu \ gosu \
supervisor \ supervisor \
# Unicode support for PDF # Unicode support for PDF
@@ -47,6 +47,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& mkdir -p /var/www/.chrome/chrome-profile \ && mkdir -p /var/www/.chrome/chrome-profile \
&& chown -R www-data:www-data /var/www/.chrome/chrome-profile; \ && chown -R www-data:www-data /var/www/.chrome/chrome-profile; \
fi \ fi \
&& apt-get purge -y gpg \
&& apt-get autoremove -y \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
@@ -57,7 +59,8 @@ RUN ( curl -sSLf https://github.com/mlocati/docker-php-extension-installer/relea
gd \ gd \
gmp \ gmp \
imagick \ imagick \
mysqli \ intl \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \