Skip to content

Instantly share code, notes, and snippets.

View Mo0812's full-sized avatar

Moritz Kanzler Mo0812

View GitHub Profile
FROM php:7.2.2-apache
RUN a2enmod rewrite
RUN apt-get update && apt-get install -y libzip-dev libpng-dev libjpeg62-turbo-dev git zip && docker-php-ext-configure gd --with-png-dir=/usr/include --with-jpeg-dir=/usr/include && docker-php-ext-install pdo_mysql mbstring zip gd