FROM python:slim RUN apt update && apt install -y sysbench fastfetch RUN pip install tqdm pandas tabulate RUN tee bench.py <