FROM mcr.microsoft.com/vscode/devcontainers/python:3.12

RUN apt-get update && apt-get install -y docker.io
