Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jul 25, 2023
1 parent 93c8449 commit 3dfa9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL summary='Red Hat certified Open Enterprise Spinnaker ubi8 container image
LABEL description='Certified Open Enterprise Spinnaker is an Enterprise grade, Red Hat certified and OpsMx supported release of the popular and critically acclaimed Continuous Delivery platform Spinnaker'
LABEL vendor='OpsMx'
WORKDIR /opt/deck
RUN yum -y install java-11-openjdk-headless.x86_64 wget vim net-tools curl nettle
RUN yum -y install java-11-openjdk-headless.x86_64 wget vim net-tools curl nettle tzdata-java
RUN yum -y update
COPY docker /opt/deck/docker
COPY docker/run-apache2.sh docker/run-apache2.sh
Expand Down

0 comments on commit 3dfa9a9

Please sign in to comment.