Skip to content

Commit

Permalink
Merge pull request #8 from php-application-starter/add_php
Browse files Browse the repository at this point in the history
add opcache
  • Loading branch information
lionelkouame authored Apr 23, 2021
2 parents c8166de + 194470b commit e74a3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -xe \
&& apk del .build-deps \
&& rm -rf /tmp/* /usr/local/lib/php/doc/* /var/cache/apk/*
RUN apk add --no-cache libpng libpng-dev && docker-php-ext-install gd && apk del libpng-dev
RUN docker-php-ext-install pdo pdo_mysql
RUN docker-php-ext-install pdo pdo_mysql opcache

WORKDIR /var/www/html

Expand Down

0 comments on commit e74a3cf

Please sign in to comment.