nils has proposed merging lp:~dernils/duplicity/Dockerfile into lp:duplicity.
Requested reviews: duplicity-team (duplicity-team) For more details, see: https://code.launchpad.net/~dernils/duplicity/Dockerfile/+merge/323244 Edited the Dockerfile to make gpg2 the default jpg -- Your team duplicity-team is requested to review the proposed merge of lp:~dernils/duplicity/Dockerfile into lp:duplicity.
=== modified file 'Dockerfile' --- Dockerfile 2017-04-26 11:27:50 +0000 +++ Dockerfile 2017-04-26 15:31:58 +0000 @@ -45,6 +45,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install intltool RUN DEBIAN_FRONTEND=noninteractive apt-get -y install rdiff +#Need to make gpg2 the default gpg +RUN rm /usr/bin/gpg +RUN ln -s /usr/bin/gpg2 /usr/bin/gpg + +#Installing pip RUN pip install --upgrade pip # Branch the dupllicity repo for testing
_______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

