Atualizar Dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ ENV TZ=America/Sao_Paulo
|
||||
|
||||
RUN a2enmod rewrite
|
||||
|
||||
# Dependências + extensões PHP + Redis
|
||||
# Dependências + extensões PHP (sem Redis)
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libicu-dev \
|
||||
libzip-dev \
|
||||
@@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \
|
||||
zip \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||
&& docker-php-ext-install intl zip pdo pdo_mysql gd opcache \
|
||||
&& pecl install redis && docker-php-ext-enable redis \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user