#
1 2 3 4 5 6 7 8
FROM pwn.red/jail COPY --from=ubuntu:22.04 / /srv COPY chal /srv/app/run COPY flag.txt /srv/app/flag.txt RUN chmod 755 /srv/app/run