Fix #6
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM php:7.1-apache
|
FROM php:7.1-apache
|
||||||
MAINTAINER Thomas Bruederli <thomas@roundcube.net>
|
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
|
||||||
|
|
||||||
RUN apt-get -qq update \
|
RUN apt-get -qq update \
|
||||||
&& apt-get install -qq \
|
&& apt-get install -qq \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM php:7.1-fpm
|
FROM php:7.1-fpm
|
||||||
MAINTAINER Thomas Bruederli <thomas@roundcube.net>
|
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
|
||||||
|
|
||||||
RUN apt-get -qq update \
|
RUN apt-get -qq update \
|
||||||
&& apt-get install -qq \
|
&& apt-get install -qq \
|
||||||
|
|||||||
Reference in New Issue
Block a user