# -------- Agents dependencies --------
# To allow run corsy inside the docker
RUN apt-get update && apt-get install -y git python3 python3-pip
RUN git clone https://github.com/s0md3v/Corsy.git
RUN cd Corsy && pip3 install -r requirements.txt
# -------- End Agents dependencies --------