1
0
Fork 0

Add MAINTAINER

pull/185/head
Felix Becker 2016-11-29 20:02:44 +01:00
parent 60be3c8f4d
commit 40d6a9e785
1 changed files with 1 additions and 0 deletions

View File

@ -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