Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Remove opcache in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
deathart committed May 27, 2018
1 parent 2eaee15 commit cb9b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN "date"

# Run docker-php-ext-install for available extensions
RUN docker-php-ext-configure intl \
&& docker-php-ext-install pdo pdo_mysql opcache intl
&& docker-php-ext-install pdo pdo_mysql intl

RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli

Expand Down

0 comments on commit cb9b2bc

Please sign in to comment.