#
1 2 3 4 5 6 7 8 9 10
FROM ubuntu:22.04MAINTAINER YingMuoRUN apt-get updateRUN apt-get install xinetd -qyRUN useradd -m challRUN chown -R root:root /home/challRUN chmod -R 755 /home/challCMD ["/usr/sbin/xinetd","-dontfork"]