Skip to content

Patch 1 #2

merged 3 commits into from Oct 3, 2019
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
Update Dockerfile
Switch to Java 11
lmarton committed Oct 2, 2019
commit 55c04ccac0a3f9a04bc004ed065eaf4a8aeae925
2 changes: 1 addition & 1 deletion Dockerfile
@@ -10,7 +10,7 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo
RUN yum -y update
RUN yum -y install \
zulu-8 \
zulu-11 \
cron \
supervisor \
libcurl \