Skip to content

Commit 696495c

Browse files
committed
provide SSL support for pip
1 parent 2fb5c92 commit 696495c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ RUN \
4141
libc6 \
4242
# needed for pip
4343
libexpat1 \
44+
# for pip SSL support
45+
libssl-dev \
4446
&& \
4547
echo "[*] cleanup from apt" && \
4648
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)