#
1 2 3 4 5 6 7 8
FROM pwn.red/jail COPY --from=ubuntu:22.04 / /srv COPY lib /srv/app/lib/ COPY chal /srv/app/run COPY flag.txt /srv/app/ ENV JAIL_TIME=60 JAIL_MEM=32M JAIL_PIDS=60