7 lines
166 B
Docker
7 lines
166 B
Docker
FROM pwn.red/jail
|
|
COPY --from=debian:trixie-slim / /srv
|
|
COPY rsh /srv/app/run
|
|
COPY flag.txt /srv/app/flag.txt
|
|
COPY banner.txt /srv/app/banner.txt
|
|
|
|
ENV JAIL_PORT=8888
|