Fix apk ERROR: UNTRUSTED signature

fetch http://nl.alpinelinux.org/alpine/latest-stable/community/x86_64/APKINDEX.tar.gz
    ERROR: http://nl.alpinelinux.org/alpine/latest-stable/community: UNTRUSTED signature
    WARNING: Ignoring http://nl.alpinelinux.org/alpine/latest-stable/community: No such file or directory
This commit is contained in:
James Edington 2022-03-14 09:39:04 -05:00
parent 26aad68430
commit 6fa2957347

View File

@ -35,7 +35,7 @@ ARG HOME=/opt/pleroma
ARG DATA=/var/lib/pleroma
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
apk update &&\
apk update --allow-untrusted &&\
apk add exiftool ffmpeg imagemagick libmagic ncurses postgresql-client &&\
adduser --system --shell /bin/false -u $UID -g $GID --home ${HOME} pleroma &&\
mkdir -p ${DATA}/uploads &&\