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