From e3c3d848c109afed6eddc1622747c4d55a401df8 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 17 Feb 2016 01:11:41 -0800 Subject: [PATCH] Save Dockerfile comment --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 09aca443..59a12bd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,10 @@ COPY . /application/ COPY ./share/sharp2.ttf /usr/share/tesseract-ocr/tessdata/pdf.ttf RUN chmod 644 /usr/share/tesseract-ocr/tessdata/pdf.ttf +# Set this here to force a docker version, allowing non-tagged versions to +# be built +# ENV SETUPTOOLS_SCM_PRETEND_VERSION=v3.3.0 + # Install application and dependencies # In this arrangement Pillow and reportlab will be provided by the system RUN . /appenv/bin/activate; \