瀏覽代碼

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

To avoid Nextcloud warnings.
multi_domain
ßingen 6 年之前
父節點
當前提交
a0caf73594
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      images/nginx-php/Dockerfile
  2. +1
    -1
      images/nginx-php/Dockerfile.template

+ 1
- 1
images/nginx-php/Dockerfile 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存