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 \