Skip to content

Commit

Permalink
update(docker/builder): added perl-IPC-Cmd package
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Aug 4, 2023
1 parent fbd0993 commit 7c190db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /

# build toolchain
RUN yum -y install centos-release-scl; \
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ git wget make m4 rpm-build clang; \
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ git wget make m4 rpm-build clang perl-IPC-Cmd ; \
source scl_source enable devtoolset-9

# With some previous cmake versions it fails when downloading `zlib` with curl in the libs building phase
Expand Down

0 comments on commit 7c190db

Please sign in to comment.