diff --git a/docker/debian/stretch/base/Dockerfile b/docker/debian/stretch/base/Dockerfile index 945dfdaa1..2c0202985 100644 --- a/docker/debian/stretch/base/Dockerfile +++ b/docker/debian/stretch/base/Dockerfile @@ -5,14 +5,14 @@ FROM ${dist}:${tag} MAINTAINER Sukchan Lee ARG tag=stable -RUN apt-get update && \ - apt-get install -y netselect-apt && \ - apt-get clean && \ - if [ "x$tag" = "xlatest" ]; then \ - netselect-apt -o /etc/apt/sources.list; \ - else \ - netselect-apt ${tag} -o /etc/apt/sources.list; \ - fi +#RUN apt-get update && \ +# apt-get install -y netselect-apt && \ +# apt-get clean && \ +# if [ "x$tag" = "xlatest" ]; then \ +# netselect-apt -o /etc/apt/sources.list; \ +# else \ +# netselect-apt ${tag} -o /etc/apt/sources.list; \ +# fi RUN apt-get update && \ apt-get upgrade -y && \