From ad0d495d6842e8d4f6fd49058c1c8003e2a8b104 Mon Sep 17 00:00:00 2001 From: Anatolii Zimovskii Date: Sat, 7 May 2022 01:45:48 +0300 Subject: [PATCH] updatge --- linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile | 1 + linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile | 1 + linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile | 1 + linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile | 1 + linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile | 1 + 5 files changed, 5 insertions(+) diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index f8abb036a..28e24c3d6 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -129,6 +129,7 @@ RUN apt-get update && \ ################################################################## # gh official binary ################################################################## +RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index 9faebc649..45d2503b7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -143,6 +143,7 @@ RUN apt-get update && \ ################################################################## # gh official binary ################################################################## +RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile index 7e47d1308..5031ccf66 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -144,6 +144,7 @@ RUN apt-get update && \ ################################################################## # gh official binary ################################################################## +RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile index 291fd5a99..ea36f0ffa 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile @@ -144,6 +144,7 @@ RUN apt-get update && \ ################################################################## # gh official binary ################################################################## +RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index c1fabc1e1..ddbc8a831 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -144,6 +144,7 @@ RUN apt-get update && \ ################################################################## # gh official binary ################################################################## +RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list RUN apt-get update && \ apt-get install -y --allow-unauthenticated \