Update build configuration files
This commit is contained in:
parent
d6f8b29065
commit
d57e91e567
3 changed files with 7 additions and 5 deletions
|
@ -34,7 +34,7 @@ RUN apt-get update -yqq \
|
|||
|
||||
RUN docker-php-ext-configure gd --with-jpeg
|
||||
|
||||
RUN docker-php-ext-install gd pdo_mysql zip
|
||||
RUN docker-php-ext-install gd opcache pdo_mysql zip
|
||||
|
||||
COPY --chown=app:app phpunit.xml* ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue