We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be83f9a commit 8fd3096Copy full SHA for 8fd3096
2 files changed
server/Dockerfile
@@ -43,6 +43,8 @@ ADD ./root /var/spool/cron/
43
RUN chmod +x /var/spool/cron/root
44
45
46
+RUN update-alternatives --set java java-11-openjdk.x86_64
47
+
48
EXPOSE 4064
49
EXPOSE 4063
50
slave/Dockerfile
@@ -63,6 +63,7 @@ RUN dnf -y update
63
RUN dnf -y install blosc
64
65
RUN dnf install -y cronie
66
67
68
EXPOSE 14064
69
EXPOSE 14063
0 commit comments