From 120daead0ee22a91ea3552de657411a73b19f030 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 17 Jun 2019 16:42:40 +0200 Subject: [PATCH] :ambulance: Fixes build by working around dependency resolving issues --- mopidy/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mopidy/Dockerfile b/mopidy/Dockerfile index d1318ef..96c0f56 100755 --- a/mopidy/Dockerfile +++ b/mopidy/Dockerfile @@ -12,6 +12,8 @@ COPY requirements.txt /tmp/ RUN \ 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 \ dirmngr=2.2.4-1ubuntu1.2 \ gpg-agent=2.2.4-1ubuntu1.2 \