diff options
| author | David Lamparter <equinox@diac24.net> | 2021-04-19 10:35:53 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-06-29 17:57:09 +0200 | 
| commit | ab140d61cdd04db03ef597f645e601429396d3c8 (patch) | |
| tree | 0bbb5e5f699942ad63b4e5b4aad74b107f079082 /docker/centos-7 | |
| parent | 247898d5d27bc3bba83c56d139ecc78b23ae42b3 (diff) | |
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/centos-7')
| -rw-r--r-- | docker/centos-7/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/centos-7/Dockerfile b/docker/centos-7/Dockerfile index 303a33fe4a..73097df8fa 100644 --- a/docker/centos-7/Dockerfile +++ b/docker/centos-7/Dockerfile @@ -4,7 +4,7 @@ RUN yum install -y epel-release  RUN yum install -y rpm-build autoconf automake libtool make \          readline-devel texinfo net-snmp-devel groff pkgconfig \          json-c-devel pam-devel bison flex pytest c-ares-devel \ -        python3-devel python3-sphinx systemd-devel libcap-devel \ +        python3-devel python3-sphinx libcap-devel \          https://ci1.netdef.org/artifact/LIBYANG-LIBYANGV2/shared/build-2/CentOS-7-x86_64-Packages/libyang2-2.0.0.10.g2eb910e4-1.el7.x86_64.rpm \          https://ci1.netdef.org/artifact/LIBYANG-LIBYANGV2/shared/build-2/CentOS-7-x86_64-Packages/libyang2-devel-2.0.0.10.g2eb910e4-1.el7.x86_64.rpm \          https://ci1.netdef.org/artifact/RPKI-RTRLIB/shared/build-110/CentOS-7-x86_64-Packages/librtr-0.7.0-1.el7.centos.x86_64.rpm \  | 
