summaryrefslogtreecommitdiffstats
path: root/base_sdc-python/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'base_sdc-python/Dockerfile')
-rw-r--r--base_sdc-python/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile
index f80ffe0..353446c 100644
--- a/base_sdc-python/Dockerfile
+++ b/base_sdc-python/Dockerfile
@@ -4,8 +4,7 @@ FROM python:2.7-alpine
ENV PYCURL_SSL_LIBRARY=openssl
# Install packages only needed for building
-RUN echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
- apk update && \
+RUN apk update && \
apk add binutils jq libpng && \
apk add --no-cache \
libcurl \