From f2d31ccd326aa95290bc133e46fd155df68d59c6 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Mon, 11 May 2020 18:14:36 +0200 Subject: [PATCH] :bug: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f1ec84..218be33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \