internetprogrammierung/Dockerfile

5 lines
89 B
Docker

FROM php:7.0-apache
RUN docker-php-ext-install pdo pdo_mysql mysqli
RUN a2enmod rewrite