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 \