FROM php:7-fpm
RUN apt-get update; \
apt-get install -y git; \
docker-php-ext-install -j$(nproc) pdo pdo_mysql;