summaryrefslogtreecommitdiffstats
path: root/docker/ubuntu18-ci/Dockerfile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-04-19 10:35:53 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-06-29 17:57:09 +0200
commitab140d61cdd04db03ef597f645e601429396d3c8 (patch)
tree0bbb5e5f699942ad63b4e5b4aad74b107f079082 /docker/ubuntu18-ci/Dockerfile
parentlib, watchfrr: remove `HAVE_SYSTEMD`, use own code (diff)
downloadfrr-ab140d61cdd04db03ef597f645e601429396d3c8.tar.xz
frr-ab140d61cdd04db03ef597f645e601429396d3c8.zip
build, doc: extricate `--enable-systemd`
Ouch, that is a *lot* of places to update... Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'docker/ubuntu18-ci/Dockerfile')
-rw-r--r--docker/ubuntu18-ci/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/ubuntu18-ci/Dockerfile b/docker/ubuntu18-ci/Dockerfile
index 680b9172a..766f06dfc 100644
--- a/docker/ubuntu18-ci/Dockerfile
+++ b/docker/ubuntu18-ci/Dockerfile
@@ -7,8 +7,8 @@ RUN apt update && \
apt-get install -y \
git autoconf automake libtool make libreadline-dev texinfo \
pkg-config libpam0g-dev libjson-c-dev bison flex python3-pytest \
- libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \
- install-info build-essential libsystemd-dev libsnmp-dev perl libcap-dev \
+ libc-ares-dev python3-dev python-ipaddress python3-sphinx \
+ install-info build-essential libsnmp-dev perl libcap-dev \
libelf-dev \
sudo gdb iputils-ping time \
mininet python-pip iproute2 iperf && \