ARG RIVET_VERSION=latest
FROM hepstore/rivet:$RIVET_VERSION
RUN mkdir /code
WORKDIR /code
ADD yoda2json.py .
