readded maintainer
parent
8c967924e4
commit
5298a3e41c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue