diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2021-07-06 14:54:25 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 14:54:25 +0000 | 
| commit | e15106149fda3b3c915d14a2fc6b749598a73b6c (patch) | |
| tree | 23c519d61c2155056803cc8e7de10cdaafa93d25 /docker | |
| parent | acb4c44ef8da8c1a155184a809647533237adca9 (diff) | |
| parent | ab140d61cdd04db03ef597f645e601429396d3c8 (diff) | |
Merge pull request #8508 from opensourcerouting/systemd-no-lib
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/centos-7/Dockerfile | 2 | ||||
| -rw-r--r-- | docker/centos-8/Dockerfile | 2 | ||||
| -rw-r--r-- | docker/ubuntu18-ci/Dockerfile | 4 | ||||
| -rw-r--r-- | docker/ubuntu20-ci/Dockerfile | 4 | 
4 files changed, 6 insertions, 6 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 \ diff --git a/docker/centos-8/Dockerfile b/docker/centos-8/Dockerfile index 8a0c28e13b..71378c2451 100644 --- a/docker/centos-8/Dockerfile +++ b/docker/centos-8/Dockerfile @@ -4,7 +4,7 @@ FROM centos:centos8 as centos-8-builder  RUN dnf install --enablerepo=powertools -y rpm-build git autoconf pcre-devel \          automake libtool make readline-devel texinfo net-snmp-devel pkgconfig \          groff pkgconfig json-c-devel pam-devel bison flex python3-pytest \ -        c-ares-devel python3-devel python3-sphinx systemd-devel libcap-devel platform-python-devel \ +        c-ares-devel python3-devel python3-sphinx libcap-devel platform-python-devel \          https://ci1.netdef.org/artifact/LIBYANG-LIBYANGV2/shared/build-2/CentOS-8-x86_64-Packages/libyang2-2.0.0.10.g2eb910e4-1.el8.x86_64.rpm \          https://ci1.netdef.org/artifact/LIBYANG-LIBYANGV2/shared/build-2/CentOS-8-x86_64-Packages/libyang2-devel-2.0.0.10.g2eb910e4-1.el8.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 \ diff --git a/docker/ubuntu18-ci/Dockerfile b/docker/ubuntu18-ci/Dockerfile index 680b9172ad..766f06dfc2 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 && \ diff --git a/docker/ubuntu20-ci/Dockerfile b/docker/ubuntu20-ci/Dockerfile index 47d5b81d3a..b5df98f23e 100644 --- a/docker/ubuntu20-ci/Dockerfile +++ b/docker/ubuntu20-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 \ +      libc-ares-dev python3-dev python-ipaddress python3-sphinx \ +      install-info build-essential libsnmp-dev perl \        libcap-dev python2 libelf-dev \        sudo gdb curl iputils-ping time \        libgrpc++-dev libgrpc-dev protobuf-compiler-grpc \  | 
