mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-05 12:01:52 +00:00
🚑 Fixes build by working around dependency resolving issues
This commit is contained in:
parent
022c6d899f
commit
120daead0e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ COPY requirements.txt /tmp/
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
\
|
\
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
libssl1.1=1.1.1-1ubuntu2.1~18.04.2 \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
dirmngr=2.2.4-1ubuntu1.2 \
|
dirmngr=2.2.4-1ubuntu1.2 \
|
||||||
gpg-agent=2.2.4-1ubuntu1.2 \
|
gpg-agent=2.2.4-1ubuntu1.2 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue