fix python base docker 57/32257/1
authorYuli Shlosberg <ys9693@att.com>
Tue, 20 Feb 2018 14:40:46 +0000 (16:40 +0200)
committerYuli Shlosberg <ys9693@att.com>
Tue, 20 Feb 2018 14:41:30 +0000 (16:41 +0200)
Change-Id: I9bc8dc23ff3b3fa2e2c29336c0e17d4e9612214d
Issue-ID: SDC-920
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
base_sdc-python/Dockerfile

index fde88c0..27e03d4 100644 (file)
@@ -10,7 +10,10 @@ RUN if [ ! -z ${HTTP_PROXY} ]; then echo "Acquire::http::proxy  \"${HTTP_PROXY}\
 RUN if [ ! -z ${HTTPS_PROXY} ]; then echo "Acquire::https::proxy \"${HTTPS_PROXY}\";" >> /etc/apt/apt.conf; fi
 
 # Install packages
-RUN apk add --no-cache libcurl curl jq
+RUN apk add --no-cache \
+libcurl\
+curl\
+jq
 
 # Install packages only needed for building
 RUN apk add --no-cache --virtual .build-dependencies build-base curl-dev