Merge pull request #1099 from AndreMiras/feature/libssl_dependency
🐛 Fixes missing libssl-dev dependency
This commit is contained in:
commit
49a3491220
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue