the key needs to have an address and hash
This commit is contained in:
parent
642227d8a8
commit
227097be6a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ EXPOSE 2812
|
||||||
|
|
||||||
# Sutty's repository
|
# Sutty's repository
|
||||||
RUN echo 'https://alpine.sutty.nl/alpine/v3.12/sutty' >> /etc/apk/repositories
|
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
|
# Use tini as init
|
||||||
ENTRYPOINT ["/sbin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
|
|
Loading…
Reference in a new issue