diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-14 09:59:36 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-14 09:59:41 +0800 |
commit | 48b32d5095057df6d77a846fc24dc37a781f54a6 (patch) | |
tree | cb9118e3dcbc5d1fb1010513f28b7ea616765646 /mgr/docker/Dockerfile | |
parent | cb5654fe263079ed7ffb908620fd7cfde3a74e58 (diff) |
fix the bug of vnfmgr DockerFile
Change-Id: I6390f397af4fcaa6366d3123ac671526626f1605
Issue-ID: VFC-1386
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'mgr/docker/Dockerfile')
-rw-r--r-- | mgr/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/docker/Dockerfile b/mgr/docker/Dockerfile index fa69214..79c698d 100644 --- a/mgr/docker/Dockerfile +++ b/mgr/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 |