diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-10-01 14:04:42 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-10-01 14:04:42 +0300 | 
| commit | 7a53c83a680a4294983e49010237f4755fe90e8d (patch) | |
| tree | 04c01e747249ad7aab4acd03a10fc5c5a8ab99f4 /docker/ubuntu20-ci | |
| parent | a89bae26f78c00080ecc48c4dbbd86c2ceafb547 (diff) | |
docker: remove grpc from Travis CI
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'docker/ubuntu20-ci')
| -rw-r--r-- | docker/ubuntu20-ci/Dockerfile | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/ubuntu20-ci/Dockerfile b/docker/ubuntu20-ci/Dockerfile index 032db8b8ed..b9fe385c3a 100644 --- a/docker/ubuntu20-ci/Dockerfile +++ b/docker/ubuntu20-ci/Dockerfile @@ -11,7 +11,6 @@ RUN apt update && \        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 \        lua5.3 liblua5.3-dev \        net-tools iproute2 && \        curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output /tmp/get-pip.py && \ @@ -61,7 +60,6 @@ RUN cd ~/frr && \         --sbindir=/usr/lib/frr \         --sysconfdir=/etc/frr \         --enable-vtysh \ -       --enable-grpc \         --enable-pimd \         --enable-sharpd \         --enable-multipath=64 \  | 
