Skip to content

Commit

Permalink
install full perl packagge
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Mar 28, 2024
1 parent 0f43a93 commit 0d95d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 perl-IPC-Cmd \
yum install -y git boost-devel autoconf automake libatomic perl \
wget libtool make gcc-c++ unzip cmake3 python-devel openssl-devel which

# Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/base-images/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM redhat/ubi8:latest AS base

RUN yum -y update \
&& yum -y install git autoconf automake \
wget libtool libatomic curl make gcc-c++ unzip cmake python3 openssl-devel perl-IPC-Cmd
wget libtool libatomic curl make gcc-c++ unzip cmake python3 openssl-devel perl

RUN mkdir /home/dependencies

Expand Down

0 comments on commit 0d95d6b

Please sign in to comment.