FROM mcr.microsoft.com/devcontainers/python:dev-3.14-bookworm

RUN apt-get update
RUN apt-get install -y autoconf automake libtool build-essential pkg-config
