FROM python:3.13.7-slim RUN apt-get update && apt-get install gcc -y && apt-get clean