summaryrefslogtreecommitdiffstats
path: root/res/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'res/docker/Dockerfile')
-rw-r--r--res/docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/docker/Dockerfile b/res/docker/Dockerfile
index 79e4f83..b9f995e 100644
--- a/res/docker/Dockerfile
+++ b/res/docker/Dockerfile
@@ -2,8 +2,11 @@ FROM python:2-alpine
ARG HTTP_PROXY=${HTTP_PROXY}
ARG HTTPS_PROXY=${HTTPS_PROXY}
+ARG PKG_VERSION
ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTPS_PROXY
+ENV pkg_verison=${PKG_VERSION}
+
ADD . /service
WORKDIR /service