Docker doesn't build anymore
Attempted for master at 2e180d4c
docker build -t i2p.i2p .
# ....
BUILD FAILED
/usr/src/build/i2p.i2p/build.xml:457: FATAL: Minimum Ant version is 1.9.8 - your Ant version is 1.9.7
The problem is meeh/java8server is 4 years old and based on alpine 3.4. That only has apache-ant
until 1.97.
If meeh/mikalv is still around, maybe they could take the lead on this, since they know better what the base image does and why. I could also take a stab at it if they aren't.