aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dockerfiles
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2017-09-20 21:52:31 +0200
committerPetter Reinholdtsen <pere@hungry.com>2017-09-20 21:52:31 +0200
commitcf5718cdac26054f34599428f4b1b6da45d6866f (patch)
treebece1e4315329ec60e1f46ebd868faab433cf6cc /tests/dockerfiles
parent863afc6f51c565733611f26cb3877372f1b0cb92 (diff)
Install package to have rst2man available when testing.
Diffstat (limited to 'tests/dockerfiles')
-rw-r--r--tests/dockerfiles/Debian_Jessie.docker1
-rw-r--r--tests/dockerfiles/Debian_testing.docker1
-rw-r--r--tests/dockerfiles/Ubuntu_15_04.docker1
-rw-r--r--tests/dockerfiles/Ubuntu_16_04.docker1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/dockerfiles/Debian_Jessie.docker b/tests/dockerfiles/Debian_Jessie.docker
index a359648..1252314 100644
--- a/tests/dockerfiles/Debian_Jessie.docker
+++ b/tests/dockerfiles/Debian_Jessie.docker
@@ -11,6 +11,7 @@ RUN apt-get install -y \
autoconf \
libtool \
build-essential \
+ python-docutils \
libboost-all-dev \
libcppunit-dev swig \
doxygen \
diff --git a/tests/dockerfiles/Debian_testing.docker b/tests/dockerfiles/Debian_testing.docker
index 4b3bced..26d67d6 100644
--- a/tests/dockerfiles/Debian_testing.docker
+++ b/tests/dockerfiles/Debian_testing.docker
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
autoconf \
libtool \
build-essential \
+ python-docutils \
libcppunit-dev \
swig \
doxygen \
diff --git a/tests/dockerfiles/Ubuntu_15_04.docker b/tests/dockerfiles/Ubuntu_15_04.docker
index 58ef22c..973b624 100644
--- a/tests/dockerfiles/Ubuntu_15_04.docker
+++ b/tests/dockerfiles/Ubuntu_15_04.docker
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
liblog4cpp5 \
liblog4cpp5-dev \
build-essential \
+ python-docutils \
libtool \
shtool \
pkg-config \
diff --git a/tests/dockerfiles/Ubuntu_16_04.docker b/tests/dockerfiles/Ubuntu_16_04.docker
index ac3e549..e0ccbea 100644
--- a/tests/dockerfiles/Ubuntu_16_04.docker
+++ b/tests/dockerfiles/Ubuntu_16_04.docker
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
autoconf \
libtool \
build-essential \
+ python-docutils \
libcppunit-dev \
swig \
doxygen \