gpg missing

This commit is contained in:
goldsquid
2025-06-19 10:33:08 +07:00
parent efe7856da0
commit 6af3e85ab4

View File

@@ -10,9 +10,12 @@ WORKDIR /root
# Install curl
RUN apt-get update && \
apt-get install -y curl && \
apt-get install -y curl gnupg && \
rm -rf /var/lib/apt/lists/*
RUN curl -o /root/pub_key.asc $PUB_KEY_URL \
&& gpg --import /root/pub_key.asc
# Configure chain to testnet
RUN echo "{\"chain\": \"${CHAIN_NAME}\"}" > /root/visor.json