Update to Laravel 5.8

This commit is contained in:
Nabeel Shahzad
2019-05-12 10:10:31 -05:00
parent 82f6dfbece
commit 7f0fb16dc3
9 changed files with 375 additions and 741 deletions

View File

@@ -3,10 +3,14 @@ FROM php:7.3-fpm
RUN apt-get update
RUN apt-get install -y libgmp-dev
# Copy any config files in
COPY ext-opcache.ini $PHP_INI_DIR/conf.d/
RUN ln -sf /dev/stderr /var/log/fpm-error.log
RUN docker-php-ext-install \
mysqli \
pdo \
pdo_mysql \
gmp
gmp \
opcache