# Lab 10 — A guided tour of the OWASP LLM Top 10 (2025).
# Runs on the shared lab-pack base image; needs nothing beyond it (the LLM work
# is the offline MockLLM simulator + TinyVectorStore from common/).
#
# Build the base once from labs/:   docker build -t aais-labs:1.0.0 .
# Then run this lab in isolation:    docker build -t aais-lab-10 labs/10-the-llm-threat-landscape
#                                    docker run --rm -p 8888:8888 -v "$PWD":/work aais-lab-10
FROM aais-labs:1.0.0
