Skip to content

Commit 918de6c

Browse files
authored
Merge pull request #2 from jonatanblue/wip
add libssl-dev to fix pip cryptography build issue
2 parents 1d5b83a + 03e9b23 commit 918de6c

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
@@ -7,6 +7,7 @@ RUN apt-get update \
77
gcc \
88
curl \
99
libffi-dev \
10+
libssl-dev \
1011
&& rm -rf /var/lib/apt/lists/*
1112

1213
# get Python drivers MongoDB, Consul, and Manta

0 commit comments

Comments
 (0)