FROM tracker-base:latest

COPY ./docker/requirements-panda.txt .
RUN pip install -r requirements-panda.txt

COPY bin /tracker/bin
COPY scripts /tracker/scripts

# The updated buildsha should have been made as part of this script.
COPY docker/buildsha.py /tracker/tracker/buildsha.py
    