Quellcode durchsuchen

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

To avoid Nextcloud warnings.
multi_domain
ßingen vor 6 Jahren
Ursprung
Commit
a0caf73594
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      images/nginx-php/Dockerfile
  2. +1
    -1
      images/nginx-php/Dockerfile.template

+ 1
- 1
images/nginx-php/Dockerfile Datei anzeigen

@@ -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 Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern