Loading containers/test-coverage-docker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ RUN apt-get update -qq \ # Install docker dependencies RUN apt-get update -qq \ && apt-get install -qq -y software-properties-common \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && apt-get update -qq \ && apt-get install -qq -y docker.io \ && rm -rf /var/lib/apt/lists/* Loading containers/test-docker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ RUN apt-get update -qq \ # Install docker dependencies RUN apt-get update -qq \ && apt-get install -qq -y software-properties-common \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && apt-get update -qq \ && apt-get install -qq -y docker.io \ && rm -rf /var/lib/apt/lists/* Loading Loading
containers/test-coverage-docker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ RUN apt-get update -qq \ # Install docker dependencies RUN apt-get update -qq \ && apt-get install -qq -y software-properties-common \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && apt-get update -qq \ && apt-get install -qq -y docker.io \ && rm -rf /var/lib/apt/lists/* Loading
containers/test-docker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ RUN apt-get update -qq \ # Install docker dependencies RUN apt-get update -qq \ && apt-get install -qq -y software-properties-common \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \ && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) stable" \ && apt-get update -qq \ && apt-get install -qq -y docker.io \ && rm -rf /var/lib/apt/lists/* Loading