Skip to content

Commit

Permalink
Add missing openssl-dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Apr 12, 2020
1 parent a5e3e78 commit 3c5de7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3-alpine
# Shell Tools
RUN apk add --no-cache bash make

# Development tools
RUN apk add --no-cache gcc musl-dev libffi-dev
# Development Tools
RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev

# Packaging Tools
RUN pip install --upgrade setuptools wheel twine
Expand Down

0 comments on commit 3c5de7e

Please sign in to comment.