FROM python:2 RUN apt update RUN apt install -y gdb RUN echo 0 > tee /proc/sys/kernel/randomize_va_space COPY ./exploits /exploits WORKDIR /exploits