Dockerfile

This commit is contained in:
bruhn_b 2024-10-14 15:56:25 +02:00
commit 86726ce9a8

5
Dockerfile Normal file
View File

@ -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"]