I added a Dockerfile to the project which installs nexus-repository-apt on the nexus 3.6.0 image.
This is usefull for someone who simply wants to test how the plugin works, for anyone who runs nexus in docker already and wants to update (by changing the second FROM to their image). Also its a nice and easy way to find out if the plugin works with a new version of nexus (simply replace 3.6.0 and 3.6.0-02 with the newer version).
It would be possible to add build args to the dockerfile to support multiple versions but I had some trouble doing it and find it easier to manually change the Dockerfile
I added a Dockerfile to the project which installs nexus-repository-apt on the nexus 3.6.0 image.
This is usefull for someone who simply wants to test how the plugin works, for anyone who runs nexus in docker already and wants to update (by changing the second FROM to their image). Also its a nice and easy way to find out if the plugin works with a new version of nexus (simply replace 3.6.0 and 3.6.0-02 with the newer version).
It would be possible to add build args to the dockerfile to support multiple versions but I had some trouble doing it and find it easier to manually change the Dockerfile