Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Update DockerfileHub
Browse files Browse the repository at this point in the history
  • Loading branch information
litong01 authored Aug 31, 2020
1 parent d0517a7 commit 1d2cd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DockerfileHub
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV PYTHONUNBUFFERED=1

RUN apk add --no-cache bash ansible docker-cli openssl xxd && \
if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi && \
mkdir -p /usr/lib/python3.8/site-packages/Crypto/Random/Fortuna && \
wget -q https://raw.githubusercontent.com/dlitz/pycrypto/master/lib/Crypto/Random/Fortuna/FortunaGenerator.py \
-O /usr/lib/python3.8/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py

Expand Down

0 comments on commit 1d2cd4c

Please sign in to comment.