🐛 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:
parent
f564e1b688
commit
f2d31ccd32
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue