We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4beaaa commit 0be75d5Copy full SHA for 0be75d5
tests/Dockerfile
@@ -4,7 +4,7 @@ FROM python:${PYTHON_VERSION}
4
5
ARG APT_MIRROR
6
RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list \
7
- && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
+ && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
8
9
RUN apt-get update && apt-get -y install \
10
gnupg2 \
0 commit comments