From 227097be6a57fbd4eb72a2f7a66875c5b003700c Mon Sep 17 00:00:00 2001 From: f Date: Mon, 27 Jul 2020 16:42:02 -0300 Subject: [PATCH] the key needs to have an address and hash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7af1ef2..045b48a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ EXPOSE 2812 # Sutty's repository RUN echo 'https://alpine.sutty.nl/alpine/v3.12/sutty' >> /etc/apk/repositories -RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/sutty.pub +RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub # Use tini as init ENTRYPOINT ["/sbin/tini", "--"]