1
0
Fork 0

readded maintainer

pull/694/head
jakobblume 2018-12-12 05:48:52 +01:00
parent 8c967924e4
commit 5298a3e41c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN composer install
# Please note that before building the image, you have to install dependencies with `composer install` # Please note that before building the image, you have to install dependencies with `composer install`
FROM php:7-cli FROM php:7-cli
MAINTAINER Felix Becker <felix.b@outlook.com>
RUN docker-php-ext-configure pcntl --enable-pcntl RUN docker-php-ext-configure pcntl --enable-pcntl
RUN docker-php-ext-install pcntl RUN docker-php-ext-install pcntl