We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6eb17 commit 7861a1eCopy full SHA for 7861a1e
1 file changed
docker/regress/Dockerfile
@@ -8,10 +8,11 @@ ENV DEBIAN_FRONTEND=noninteractive
8
ENV TZ=Europe/Moskow
9
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
10
11
-RUN apt-get update && apt-get install -y --no-install-recommends \
+RUN sed -i 's/archive.ubuntu.com/mirror.yandex.ru/g' /etc/apt/sources.list
12
+RUN apt-get update -o Acquire::AllowInsecureRepositories=true && apt-get install -y --no-install-recommends --allow-unauthenticated \
13
sudo build-essential \
14
gcc lsb-release libssl-dev gnupg openssl \
- gdb git curl
15
+ gdb git curl ca-certificates
16
17
RUN curl -s 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xafc3ce0d00e3c45a357e9e637fcd11186050cd1a' | \
18
gpg --dearmour -o /etc/apt/trusted.gpg.d/yandex.gpg
0 commit comments