fix python base docker 67/32267/1
authorYuli Shlosberg <ys9693@att.com>
Tue, 20 Feb 2018 15:18:26 +0000 (17:18 +0200)
committerYuli Shlosberg <ys9693@att.com>
Tue, 20 Feb 2018 15:18:26 +0000 (17:18 +0200)
Change-Id: Ib260194d06465f06a0f2b3723c73225d48396515
Issue-ID: SDC-920
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
base_sdc-python/Dockerfile

index f00223f..75b8fe2 100644 (file)
@@ -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