Skip to content

Commit

Permalink
Fixing broken wordpress build by excluding the already installed php5…
Browse files Browse the repository at this point in the history
…-redis modules.
  • Loading branch information
deardooley committed Oct 20, 2016
1 parent c043597 commit c948f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM deardooley/php-composer:5.6
MAINTAINER Rion Dooley <[email protected]

RUN echo "Installing opcache..." && \
apk --update add php5-opcache php5-mysqli php5-redis@testing && \
apk --update add php5-opcache php5-mysqli && \
rm -f /var/cache/apk/* && \
{ \
echo 'opcache.memory_consumption=128'; \
Expand Down

0 comments on commit c948f53

Please sign in to comment.