mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
temporarly install gpg
This commit is contained in:
7
debian/Dockerfile
vendored
7
debian/Dockerfile
vendored
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user