Skip to content

Commit

Permalink
🐛 Fixes missing libssl-dev dependency
Browse files Browse the repository at this point in the history
This is required for the minimal build, closes kivy#1096
Also drops Python 2 dependency.
Integration test will come after kivy#1093 is merged
  • Loading branch information
AndreMiras committed May 11, 2020
1 parent f564e1b commit f2d31cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f2d31cc

Please sign in to comment.