🚑 Fixes build by working around dependency resolving issues

This commit is contained in:
Franck Nijhof 2019-06-17 16:42:40 +02:00
parent 022c6d899f
commit 120daead0e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 \