Fix build failure of base images
[sdc/sdc-docker-base.git] / base_sdc-sanity / Dockerfile
index 77f0da9..635e2c6 100644 (file)
@@ -2,7 +2,6 @@ FROM openjdk:8-jdk-alpine
 
 # Install Chef
 RUN set -ex && \
-    echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
     apk add --no-cache \
     curl \
     vim \