# Lab 11 — Indirect prompt injection on RAG + a guardrail ladder.
# 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-11 labs/11-prompt-injection
#                                    docker run --rm -p 8888:8888 -v "$PWD":/work aais-lab-11
FROM aais-labs:1.0.0
