diff --git a/Dockerfile b/Dockerfile index 11626f1..8aa57d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM python:2.7 MAINTAINER Jeffrey Forman ENV DEBIAN_FRONTEND noninteractive +ENV NODB 1 RUN apt-get update \ && rm -rf /var/lib/apt/lists/*