Skip to content

Commit

Permalink
Update Dockerfile.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
Murugesan-30795 authored Jul 10, 2024
1 parent 94b641a commit 24da1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/dockerfiles/centos/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ FROM centos:7
{% endif %}

# Install dependencies
RUN yum update -y && \
yum install -y epel-release telnet && \
#RUN yum update -y && \
RUN yum install -y epel-release telnet && \
yum install -y curl jq unzip which && \
curl https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.rpm --output jdk-17_linux-x64_bin.rpm && \
yum -y install ./jdk-17_linux-x64_bin.rpm && \
Expand Down

0 comments on commit 24da1fc

Please sign in to comment.