diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9cbd80e9..53e58147 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -7,6 +7,8 @@ FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv FROM mcr.microsoft.com/vscode/devcontainers/base:debian LABEL maintainer="a5chin " LABEL org.opencontainers.image.description="Dev Container for Python development with uv-based dependency management and environment configuration." +LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.source=https://github.com/a5chin/python-uv ENV PYTHONDONTWRITEBYTECODE=True \ PYTHONUNBUFFERED=True \