This commit is contained in:
madmath03 2018-03-24 22:12:55 +01:00
parent 591e37a982
commit cfe274bdfa
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM php:7.1-apache
MAINTAINER Thomas Bruederli <thomas@roundcube.net>
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
RUN apt-get -qq update \
&& apt-get install -qq \

View File

@ -1,5 +1,5 @@
FROM php:7.1-fpm
MAINTAINER Thomas Bruederli <thomas@roundcube.net>
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
RUN apt-get -qq update \
&& apt-get install -qq \