diff options
author | tianxing <15210838572@139.com> | 2019-05-13 11:32:29 +0800 |
---|---|---|
committer | Tian Xing <15210838572@139.com> | 2019-05-13 03:44:58 +0000 |
commit | 711f01b090a39e971b062fcafe6ce0096652dc2b (patch) | |
tree | 96ced7ba065db05eb75e2674ebb506a78125fcb7 /docker/Dockerfile | |
parent | 8a9940b47bb0dd1604a18758426d8a77686838a8 (diff) |
fix docker file
Change-Id: Id5502075c3c6552832329977077cf9f708b25ec9
Issue-ID: VFC-1386
Signed-off-by: tianxing <15210838572@139.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 51904207..e3aae0be 100644 --- 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 + ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTPS_PROXY -ENV pkg_version=${PKG_VERSION} + ADD . /service WORKDIR /service |