diff --git a/Dockerfile b/Dockerfile index 8aa57d8..d4f1ab7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,10 @@ FROM python:2.7 MAINTAINER Jeffrey Forman ENV DEBIAN_FRONTEND noninteractive -ENV NODB 1 + +# Uncomment the following line to not use a remote database, +# and to use a local Sqlite database file. +# ENV NODB 1 RUN apt-get update \ && rm -rf /var/lib/apt/lists/*