Skip to content

new checksum file for 1.12.0 release #12

merged 5 commits into from Sep 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Dockerfile
chubing committed Sep 2, 2022
commit 59b67310c867c1f5874b5cbc5cdefabd41db238c
4 changes: 1 addition & 3 deletions Dockerfile
@@ -17,11 +17,9 @@ ENV VERSION=${version} \

COPY containerfiles/RPM-GPG-KEY-azulsystems .

RUN rpm --import RPM-GPG-KEY-azulsystems
RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo
RUN yum -q -qy update \
&& yum -qy install --setopt=tsflags=nodocs epel-release \
&& yum -qy install zulu-8 curl cronie supervisor \
&& yum -qy install curl cronie supervisor \
&& yum clean all \
&& rm -rf /var/cache/yum