Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit fcdf7a0

Browse files
committed
Fix fabric proxy build for CentOS
Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com>
1 parent cf762fd commit fcdf7a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blockchain_connector/docker/Dockerfile-fabric

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ RUN packages="cmake git swig"; \
116116
packages="$packages protobuf-compiler libprotobuf-dev software-properties-common dh-autoreconf ocaml xxd ocamlbuild"; \
117117
elif [ "$DISTRO" = "centos" ] ; then \
118118
packages="$packages libcurl-devel gcc-c++ which"; \
119+
pip_packages="$pip_packages setuptools-rust"; \
119120
fi; \
120121
/project/avalon/scripts/install_packages -c install -q "$packages" -p "$pip_packages"
121122

0 commit comments

Comments
 (0)