Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
added missing setup from dockerfile
  • Loading branch information
chasegawa committed Nov 15, 2023
1 parent 32a5b41 commit 51f27ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN rpm --import https://yum.corretto.aws/corretto.key \
ENV JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto

RUN rm -fr /var/cache/yum/* && yum clean all && yum -y update && yum -y install --setopt=tsflags=nodocs epel-release && \
yum -y install wget && \
yum -y install wget supervisor && \
yum -y clean all

RUN mkdir -p /opt/shibui
Expand Down

0 comments on commit 51f27ec

Please sign in to comment.