Skip to content

Commit e520735

Browse files
committed
💚 Add new dependency to docker libssl-dev
So this way we will get hostpython's _ssl module build, and we will be able to use hostpython's pip without security errors.
1 parent fdd66d3 commit e520735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN dpkg --add-architecture i386 \
6666
libncurses5:i386 \
6767
libpangox-1.0-0:i386 \
6868
libpangoxft-1.0-0:i386 \
69+
libssl-dev \
6970
libstdc++6:i386 \
7071
libtool \
7172
openjdk-8-jdk \

0 commit comments

Comments
 (0)