netty / netty-incubator-codec-http3

Experimental HTTP3 codec on top of QUIC
Apache License 2.0
170 stars 35 forks source link

Don't install mvn in docker #238

Closed normanmaurer closed 1 year ago

normanmaurer commented 1 year ago

Motivation:

We dont need to install maven in the docker container as we use the maven wrapper.

Modifications:

Remove installation step for mvn

Result:

Docker build works again