the key needs to have an address and hash

This commit is contained in:
f 2020-07-27 16:42:02 -03:00
parent 642227d8a8
commit 227097be6a

View file

@ -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", "--"]