From d53bcf3c121f9a96ecf56066269118287ac76f23 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Mon, 14 Aug 2017 10:07:26 +0000 Subject: [PATCH] =?UTF-8?q?'Dockerfile'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a023345..df51881 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM ubuntu -MAINTAINER Christian Lück +FROM ubuntu:14.04 +MAINTAINER Hanjo Meinhardt RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ nginx supervisor php5-fpm php5-cli php5-curl php5-gd php5-json \