Removed MySQL from the build system. No need in FuzeWorks\Core

This commit is contained in:
Abel Hoogeveen 2019-01-11 23:11:02 +01:00
parent 0c569a9eb1
commit 01d45b2937
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 1 additions and 5 deletions

View File

@ -11,8 +11,4 @@ apt-get install git zip unzip -yqq
# Install xdebug
pecl install xdebug
docker-php-ext-enable xdebug
# Install mysql driver
# Here you can install any other extension that you need
docker-php-ext-install pdo_mysql
docker-php-ext-enable xdebug