commit 86726ce9a86f579c3e042e1503f2ca99bc873ea4 Author: bruhn_b Date: Mon Oct 14 15:56:25 2024 +0200 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a93ca54 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM container.psi.ch/images/rhel9 + +RUN dnf install -y elog + +CMD ["/bin/bash", "-c", "/etc/rc.d/init.d/elogd start && tail -f /dev/null"] \ No newline at end of file