From 20f5dc46f7c2e24290135c842cee2fe46239590a Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 23 Jan 2025 16:54:20 +0100 Subject: [PATCH] refs #8471 Fix apt key location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4c00c2d..70f90f5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ # Hedera -RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \ +RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | tee /etc/apt/trusted.gpg.d/verdnatura.gpg \ && echo "deb http://apt.verdnatura.es/ bookworm main" \ > /etc/apt/sources.list.d/vn.list \ && apt-get update \