update mopidy repo gpg key location

This commit is contained in:
MReenen 2022-03-16 13:10:58 +01:00
parent dcbef74d2d
commit b7771b3290

View File

@ -19,7 +19,7 @@ RUN \
nginx \
git \
\
&& curl -L https://apt.mopidy.com/mopidy.gpg | apt-key add - \
&& curl -L https://apt.mopidy.com/mopidy.gpg -o /usr/local/share/keyrings/mopidy-archive-keyring.gpg \
&& curl -L https://apt.mopidy.com/mopidy.list -o /etc/apt/sources.list.d/mopidy.list \
\
&& apt-get update \