Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 76114f0

Browse files
committed
Install python-rsa package.
The rsa module is needed for using CloudFront functionality (*cloudfronts3* configuration flavour).
1 parent 7b6f150 commit 76114f0

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
@@ -16,6 +16,7 @@ RUN apt-get update \
1616
python-pip \
1717
# Install deps for backports.lzma (python2 requires it)
1818
python-dev \
19+
python-rsa \
1920
libssl-dev \
2021
liblzma-dev \
2122
libevent1-dev \

0 commit comments

Comments
 (0)