🐛 Fixes missing libssl-dev dependency

This is required for the minimal build, closes #1096
Also drops Python 2 dependency.
Integration test will come after #1093 is merged
This commit is contained in:
Andre Miras 2020-05-11 18:14:36 +02:00
parent f564e1b688
commit f2d31ccd32

View file

@ -52,11 +52,11 @@ RUN apt install -qq --yes --no-install-recommends \
git \
libffi-dev \
libltdl-dev \
libssl-dev \
libtool \
openjdk-8-jdk \
patch \
pkg-config \
python2.7 \
python3-pip \
python3-setuptools \
sudo \