FROM ghcr.io/openhands/openhands:latest

RUN /app/.venv/bin/pip install --no-cache-dir asyncpg

COPY 002.py /app/openhands/app_server/app_lifespan/alembic/versions/002.py
COPY 010.py /app/openhands/app_server/app_lifespan/alembic/versions/010.py
