# Lab 14 — Sandbox and gate an AI agent's tools.
# Runs on the shared base image; needs nothing beyond common/ and the simulator.
# 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-14 labs/14-securing-ai-agents
#   docker run --rm -p 8888:8888 -v "$PWD/labs:/work" aais-lab-14
FROM aais-labs:1.0.0
