FROM python:3.11-slim

WORKDIR /opt/xyce-py

COPY tools/release_smoke.py /opt/xyce-py/release_smoke.py
