瀏覽代碼

Use Alpine PHP-FPM

andryyy 8 年之前
父節點
當前提交
dd5b46e9ee
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      data/Dockerfiles/php-fpm/Dockerfile

+ 0 - 2
data/Dockerfiles/php-fpm/Dockerfile

@@ -1,8 +1,6 @@
 FROM php:7.1-fpm-alpine
 LABEL maintainer "Andre Peters <[email protected]>"
 
-ARG DEBIAN_FRONTEND=noninteractive
-
 RUN apk add -U --no-cache libxml2-dev icu-dev icu-libs redis mysql-client bash autoconf g++ make openssl
 RUN pecl install redis && pecl clear-cache
 RUN docker-php-ext-configure intl