# Use an official Python runtime as the base image
FROM python:3.12-slim

# Python dependencies
RUN pip install --no-cache-dir kubernetes
