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