From 1a939a9f432f66c8dc9189806e418d5f4de9d873 Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 14 May 2019 09:42:05 +0800 Subject: fix bug of docker file Change-Id: I4048d7190eb06eb7d465a2ca6e2084eb629261c9 Issue-ID: VFC-1386 Signed-off-by: yangyan --- lcm/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lcm/docker/Dockerfile') diff --git a/lcm/docker/Dockerfile b/lcm/docker/Dockerfile index ad49eeff..1507070e 100755 --- a/lcm/docker/Dockerfile +++ b/lcm/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 -- cgit 1.2.3-korg