Skip to content

Commit 4cd9c5c

Browse files
committed
fix(el9): install perl-IPC-Cmd
1 parent 277b9c6 commit 4cd9c5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

el9/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ RUN dnf -y install \
2828
krb5-server \
2929
expect
3030

31+
# The following is required to build TLS 3 (dependency of msquic)
32+
RUN dnf -y install \
33+
perl-IPC-Cmd
34+
3135
RUN ln -s /usr/bin/python3 /usr/bin/python
3236

3337
COPY el9/get-protoc.sh /get-protoc.sh

0 commit comments

Comments
 (0)