Switch to docker based tei2korapxml

Change-Id: I249e20013da59bae3df1240db2f538280dc454ec
diff --git a/Makefile b/Makefile
index 4c5baad..8e0db74 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@
 
 $(BUILD_DIR)/%.zip: $(SRC_DIR)/%.i5.xml
 	mkdir -p $(BUILD_DIR)
-	tei2korapxml --progress -l warn -s -tk $< > $@
+	docker run --rm -i korap/tei2korapxml:latest  -l warn -s -tk - < $< > $@
 	printf "%s\t%s\n" "$(grep -c '<idsText ' $<)" "$(unzip -l $@ | grep data.xml | wc -l)"