Fix build failure of base images
[sdc/sdc-docker-base.git] / base_sdc-jetty / Dockerfile
index df05d8f..3c761bf 100644 (file)
@@ -4,7 +4,6 @@ USER root
 
 # Install Chef
 RUN set -ex && \
-    echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
     apk update && \
     apk add --no-cache \
         jq \