Update URL to GPG key

This commit is contained in:
jordi fita mas 2023-06-09 13:06:05 +02:00
parent 50cf567eeb
commit 7d5f8ba2c0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ RUN set -eux \
&& apt-get update \ && apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \ && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y curl gpg \ && apt-get install -y curl gpg \
&& curl https://build.opensuse.org/projects/home:jfita:numerus/public_key | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-numerus.gpg \ && curl https://build.opensuse.org/projects/home:jfita:numerus/signing_keys/download?kind=gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-numerus.gpg \
&& echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_11/ ./' >> /etc/apt/sources.list.d/numerus.list \ && echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_11/ ./' >> /etc/apt/sources.list.d/numerus.list \
&& apt-get remove --purge -y curl gpg \ && apt-get remove --purge -y curl gpg \
&& apt-get autoremove --purge -y \ && apt-get autoremove --purge -y \

View File

@ -4,7 +4,7 @@ RUN set -eux \
&& apt-get update \ && apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \ && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y curl gpg \ && apt-get install -y curl gpg \
&& curl https://build.opensuse.org/projects/home:jfita:numerus/public_key | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-numerus.gpg \ && curl https://build.opensuse.org/projects/home:jfita:numerus/signing_keys/download?kind=gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/obs-numerus.gpg \
&& echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_11/ ./' >> /etc/apt/sources.list.d/numerus.list \ && echo 'deb [signed-by=/etc/apt/trusted.gpg.d/obs-numerus.gpg] http://download.opensuse.org/repositories/home:/jfita:/numerus/Debian_11/ ./' >> /etc/apt/sources.list.d/numerus.list \
&& apt-get remove --purge -y curl gpg \ && apt-get remove --purge -y curl gpg \
&& apt-get autoremove --purge -y \ && apt-get autoremove --purge -y \