From 020096912212519bd76281202a22d4004aa5613e Mon Sep 17 00:00:00 2001 From: Yury Evtikhov Date: Wed, 7 Oct 2015 18:57:27 +0300 Subject: [PATCH] Added comment --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index e215a89..aebdb24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,11 @@ FROM debian:jessie MAINTAINER Yury Evtikhov +# +# This Dockerfile is intended only for test/development use. +# It will be a really BAD idea to use it for production or public services. +# + + ENV DEBIAN_FRONTEND noninteractive