Sfoglia il codice sorgente

Use Alpine PHP-FPM

andryyy 8 anni fa
parent
commit
dd5b46e9ee
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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