FROM tracker-base:latest

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
