Add MAINTAINER
parent
60be3c8f4d
commit
40d6a9e785
|
@ -5,6 +5,7 @@
|
||||||
# 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 apt-get update \
|
RUN apt-get update \
|
||||||
# Needed for CodeSniffer
|
# Needed for CodeSniffer
|
||||||
|
|
Loading…
Reference in New Issue