aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authortianxing <15210838572@139.com>2019-05-14 11:31:13 +0800
committertianxing <15210838572@139.com>2019-05-14 11:31:18 +0800
commit6a3be78fe83ccfc190802035c84c7983c4d59421 (patch)
treea4a681c2e700247643ecd93740d754bc3b026643 /docker/Dockerfile
parent6f0e46a6809dd06cea505272d23b7f599e084db9 (diff)
modify docker file
Change-Id: I15837953569f35747dabaec3e1202059af5ed398 Issue-ID: VFC-1386 Signed-off-by: tianxing <15210838572@139.com>
Diffstat (limited to 'docker/Dockerfile')
-rwxr-xr-xdocker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 90bcceef..78fad8d4 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,10 +2,10 @@ FROM python:2-alpine
ARG HTTP_PROXY=${HTTP_PROXY}
ARG HTTPS_PROXY=${HTTPS_PROXY}
-ARG PKG_VERSION
+# ARG PKG_VERSION
ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTPS_PROXY
-ENV pkg_verison=${PKG_VERSION}
+# ENV pkg_verison=${PKG_VERSION}
ADD . /service
WORKDIR /service