INSPIRE-specific rules to transform from MARCXML to JSON and back.
# Build the Docker image for Python 2.7
docker build -t dojson2 -f Dockerfile.py2 .
# Spin up a container with the library installed
docker run -it dojson2
# Run the test suite
./run-tests.sh