Merge pull request #1099 from AndreMiras/feature/libssl_dependency

🐛 Fixes missing libssl-dev dependency
This commit is contained in:
Andre Miras 2020-05-11 18:22:07 +02:00 committed by GitHub
commit 49a3491220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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