aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authortianxing <15210838572@139.com>2019-05-13 15:47:05 +0800
committertianxing <15210838572@139.com>2019-05-13 15:49:35 +0800
commit531976ab0537e54c59eb6b443941dea5b2c83cb0 (patch)
treef7f60adb3fcac225374054d5f91f857ca3226fe4 /docker/Dockerfile
parent711f01b090a39e971b062fcafe6ce0096652dc2b (diff)
fix docker file
Change-Id: Ic818ac74a2f040ae8d5c9afca24886bfe4925c48 Issue-ID: VFC-1386 Signed-off-by: tianxing <15210838572@139.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e3aae0be..d7d6085e 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,9 +2,10 @@ 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_version=${PKG_VERSION}
ADD . /service
WORKDIR /service