Skip to content

Commit

Permalink
Merge pull request #666 from IBM/cpd485
Browse files Browse the repository at this point in the history
#659 Fix yum-config-manager - HOTFIX
  • Loading branch information
fketelaars authored Mar 20, 2024
2 parents 4c42421 + e1376b9 commit d8b5d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ USER 0

# Install required packages, including HashiCorp Vault client
RUN yum install -y yum-utils && \
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo && \
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
yum install -y tar sudo unzip wget jq skopeo httpd-tools git hostname bind-utils iproute procps-ng && \
pip3 install jmespath pyyaml argparse python-benedict pyvmomi psutil && \
alternatives --set python /usr/bin/python3 && \
sed -i 's|#!/usr/bin/python.*|#!/usr/bin/python3.9|g' /usr/bin/yum-config-manager && \
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo && \
yum install -y vault && \
yum install -y nginx && \
curl -O https://download.java.net/java/GA/jdk9/9/binaries/openjdk-9_linux-x64_bin.tar.gz && \
Expand Down

0 comments on commit d8b5d6b

Please sign in to comment.