aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 8f54e0d0d..f6bc9436f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,6 +2,7 @@ FROM jgoerzen/debian-base-standard:stretch
MAINTAINER sysadmin@mysociety.org
ARG DEBIAN_FRONTEND=noninteractive
+ARG VERSION_OVERRIDE
RUN apt-get -qq update \
&& apt-get -qq -y install ca-certificates sudo \