diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 6d79d36d0418ae58df4a6353cf3bde3e01dd4da4..bf4785d1ce5afc0787433093f86f4117432039e9 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -251,20 +251,6 @@ RUN version=2.3.0 && \ cd .. && \ rm -rf pybind11-${version}* -# rpclib -RUN version=2.2.1 && \ - source /etc/profile && \ - cd /tmp && \ - curl -sSL -o rpclib-${version}.tar.gz https://github.com/rpclib/rpclib/archive/v2.2.1.tar.gz && \ - tar -xf rpclib-${version}.tar.gz && \ - cd rpclib-${version} && \ - cmake -S. -B build -G Ninja \ - -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local \ - && \ - ninja -C build install && \ - cd .. && \ - rm -rf rpclib-${version}* - # Python 3.7 RUN version=3.7.5 && \ yum install -y \