FROM python:3.10-slim RUN apt-get update && apt-get install -y nmap git curl netcat && pip install gradio==6.9.0 COPY . /app WORKDIR /app