From 5d951276601ec8e576efe8fd984551d41ef13671 Mon Sep 17 00:00:00 2001 From: Will Glynn Date: Wed, 8 Apr 2015 00:15:50 -0500 Subject: [PATCH] Add rsa dependency for CloudFront URL signing --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index deb0ddaf0..055cf9cd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,9 @@ RUN pip install /docker-registry/depends/docker-registry-core # Install registry RUN pip install file:///docker-registry#egg=docker-registry[bugsnag,newrelic,cors] +# Add rsa dependency for CloudFront URL signing +RUN pip install rsa + RUN patch \ $(python -c 'import boto; import os; print os.path.dirname(boto.__file__)')/connection.py \ < /docker-registry/contrib/boto_header_patch.diff