duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04270
[Merge] lp:~dernils/duplicity/DockerfileConvenience into lp:duplicity
nils has proposed merging lp:~dernils/duplicity/DockerfileConvenience into lp:duplicity.
Requested reviews:
duplicity-team (duplicity-team)
For more details, see:
https://code.launchpad.net/~dernils/duplicity/DockerfileConvenience/+merge/323640
Added a few tools to the Dockerfile that make life easier
--
Your team duplicity-team is requested to review the proposed merge of lp:~dernils/duplicity/DockerfileConvenience into lp:duplicity.
=== modified file 'Dockerfile'
--- Dockerfile 2017-05-03 20:33:47 +0000
+++ Dockerfile 2017-05-04 21:41:44 +0000
@@ -35,7 +35,14 @@
par2 \
python-dev \
rdiff \
- tzdata \
+ tzdata
+
+# The following packages are not necessary for testing but make life easier or support debugging
+RUN apt-get install -y \
+ nano \
+ mc \
+ iputils-ping \
+ net-tools \
&& rm -rf /var/lib/apt/lists/*
# Need to make gpg2 the default gpg
Follow ups