Loading docker/Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,10 @@ MAINTAINER Andreas Kloeckner <inform@tiker.net> RUN echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf RUN apt-get update RUN apt-get -y -o APT::Install-Recommends=0 -o APT::Install-Suggests=0 install \ RUN apt-get -y upgrade # -o APT::Install-Recommends=0 RUN apt-get -y -o APT::Install-Suggests=0 install \ python3-dev \ build-essential \ git \ Loading docker/build-image.sh +1 −1 Original line number Diff line number Diff line #! /bin/bash docker build . -t inducer/ci-base-image docker build --no-cache . -t inducer/ci-base-image Loading
docker/Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,10 @@ MAINTAINER Andreas Kloeckner <inform@tiker.net> RUN echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf RUN apt-get update RUN apt-get -y -o APT::Install-Recommends=0 -o APT::Install-Suggests=0 install \ RUN apt-get -y upgrade # -o APT::Install-Recommends=0 RUN apt-get -y -o APT::Install-Suggests=0 install \ python3-dev \ build-essential \ git \ Loading
docker/build-image.sh +1 −1 Original line number Diff line number Diff line #! /bin/bash docker build . -t inducer/ci-base-image docker build --no-cache . -t inducer/ci-base-image