diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-02-20 17:18:26 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-02-20 17:18:26 +0200 |
commit | 1781feaeecc75e110b650271ccb6efa0f4764fb9 (patch) | |
tree | 8ccbf96496af707cd985131dd4af1220d84049ba /base_sdc-python/Dockerfile | |
parent | 45c4fd0ea8a9088d1e31ea99830dacaa4d8e0cc1 (diff) |
fix python base docker
Change-Id: Ib260194d06465f06a0f2b3723c73225d48396515
Issue-ID: SDC-920
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'base_sdc-python/Dockerfile')
-rw-r--r-- | base_sdc-python/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index f00223f..75b8fe2 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -11,9 +11,9 @@ RUN if [ ! -z ${HTTPS_PROXY} ]; then echo "Acquire::https::proxy \"${HTTPS_PROXY # Install packages RUN apk add --no-cache \ -libcurl\ -curl\ -jq + libcurl \ + curl \ + jq # Install packages only needed for building RUN apk add --no-cache --virtual .build-dependencies build-base curl-dev |