File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update &&\
55 DEBIAN_FRONTEND=noninteractive apt-get install ca-certificates curl gnupg -y --no-install-recommends && \
66 curl https://downloads.plex.tv/plex-keys/PlexSign.key | gpg --dearmor -o /etc/apt/keyrings/plex.gpg && \
77 echo "deb [signed-by=/etc/apt/keyrings/plex.gpg] https://downloads.plex.tv/repo/deb public main" > /etc/apt/sources.list.d/plexmediaserver.list &&\
8- DEBIAN_FRONTEND=noninteractive apt-get update &&\
8+ DEBIAN_FRONTEND=noninteractive apt-get update --allow-insecure-repositories &&\
99 DEBIAN_FRONTEND=noninteractive apt-get install plexmediaserver -y --no-install-recommends --allow-unauthenticated &&\
1010 DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && apt-get clean &&\
1111 rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
You can’t perform that action at this time.
0 commit comments