fix repos

This commit is contained in:
aptalca
2020-11-23 21:55:54 -05:00
parent c2919e6d2d
commit 44197d77da
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ RUN \
curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && \
curl -s https://keyserver.ubuntu.com/pks/lookup?op=get\&search=0x6587ffd6536b8826e88a62547876ae518cbcf2f2 | apt-key add - && \
echo 'deb [arch=arm64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && \
echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa/ubuntu focal main">> /etc/apt/sources.list.d/raspbins.list && \
echo "deb http://ppa.launchpad.net/ubuntu-raspi2/ppa/ubuntu bionic main">> /etc/apt/sources.list.d/raspbins.list && \
if [ -z ${JELLYFIN_RELEASE+x} ]; then \
JELLYFIN="jellyfin"; \
else \
@@ -34,7 +34,7 @@ RUN \
libfreetype6 \
libomxil-bellagio0 \
libomxil-bellagio-bin \
libssl1.0.0 && \
libssl1.1 && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \