summaryrefslogtreecommitdiffstats
path: root/res/docker/Dockerfile
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-14 09:52:44 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-14 09:52:51 +0800
commit4f5a82c284d107ce368abb8d1574cab1f07e2160 (patch)
tree24e389c6f4445adcb72467cd4c6cda4d73c148c6 /res/docker/Dockerfile
parentc966a96efb7f305b75edfecfb3218d0c835abc1a (diff)
fix bug of docker file
Change-Id: I064f6bb2c754b0bb8b9552f794c4a2a1c844f734 Issue-ID: VFC-1386 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'res/docker/Dockerfile')
-rw-r--r--res/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/Dockerfile b/res/docker/Dockerfile
index b9f995e..ca5d244 100644
--- a/res/docker/Dockerfile
+++ b/res/docker/Dockerfile
@@ -5,7 +5,7 @@ ARG HTTPS_PROXY=${HTTPS_PROXY}
ARG PKG_VERSION
ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTPS_PROXY
-ENV pkg_verison=${PKG_VERSION}
+ENV pkg_version=${PKG_VERSION}
ADD . /service
WORKDIR /service