Ver código fonte

nginx-php/nextcloud: AAdd php7.2-intl

To avoid Nextcloud warnings.
multi_domain
ßingen 6 anos atrás
pai
commit
a0caf73594
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      images/nginx-php/Dockerfile
  2. +1
    -1
      images/nginx-php/Dockerfile.template

+ 1
- 1
images/nginx-php/Dockerfile Ver arquivo

@@ -9,7 +9,7 @@ RUN apt-get update && \
RUN apt-get update && \
apt-get install -y php7.2 php7.2-fpm php-pear php7.2-common \
php7.2-mysql php7.2-cli php7.2-gd php7.2-curl php-apcu php7.2-opcache \
php7.2-mbstring php7.2-ldap php7.2-zip && \
php7.2-mbstring php7.2-ldap php7.2-zip php7.2-intl && \
apt-get clean

# overwrite the default-configuration with our own settings - enabling PHP

+ 1
- 1
images/nginx-php/Dockerfile.template Ver arquivo

@@ -9,7 +9,7 @@ RUN apt-get update && \
RUN apt-get update && \
apt-get install -y php7.2 php7.2-fpm php-pear php7.2-common \
php7.2-mysql php7.2-cli php7.2-gd php7.2-curl php-apcu php7.2-opcache \
php7.2-mbstring php7.2-ldap php7.2-zip && \
php7.2-mbstring php7.2-ldap php7.2-zip php7.2-intl && \
apt-get clean

# overwrite the default-configuration with our own settings - enabling PHP

Carregando…
Cancelar
Salvar