llm-qa/.devcontainer/Dockerfile

4 lines
127 B
Docker

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