Skip to content

Commit

Permalink
Merge pull request #9 from Krzysztof-Szyper-Epam/add-base64
Browse files Browse the repository at this point in the history
Addedd openssl
  • Loading branch information
ChristophShyper authored Oct 11, 2019
2 parents e195750 + 1aea119 commit 28110a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN set -eux \
&& apk add --no-cache curl \
&& apk add --no-cache docker \
&& apk add --no-cache zip \
&& apk add --no-cache openssl \
&& if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi \
&& python3 -m ensurepip \
&& rm -r /usr/lib/python*/ensurepip \
Expand Down

0 comments on commit 28110a7

Please sign in to comment.