Skip to content

Commit

Permalink
add perl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Mar 28, 2024
1 parent 9eeba67 commit 0f43a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/base-images/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG OPENSSL_CONFIG
# Install Prerequisites

RUN yum check-update; yum upgrade -y && \
yum install -y git boost-devel autoconf automake libatomic \
yum install -y git boost-devel autoconf automake libatomic perl-IPC-Cmd \
wget libtool make gcc-c++ unzip cmake3 python-devel openssl-devel which

# Install Dependencies
Expand Down

0 comments on commit 0f43a93

Please sign in to comment.