FROM ubuntu:latest RUN apt update -y && apt-get -y install netcat curl wget COPY payload /bin/payload CMD ["/bin/payload"]