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 \
|
||||
libffi-dev \
|
||||
libltdl-dev \
|
||||
libssl-dev \
|
||||
libtool \
|
||||
openjdk-8-jdk \
|
||||
patch \
|
||||
pkg-config \
|
||||
python2.7 \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
sudo \
|
||||
|
|
Loading…
Reference in a new issue