FROM mcr.microsoft.com/devcontainers/python:1-3.12-bookworm WORKDIR /workspace RUN apt-get update && apt-get install gnupg2 -y