summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base_sdc-python/Dockerfile6
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