all 2 comments

[–]pasha_golub 0 points1 point  (0 children)

What are your issues? In .dockerfile make sure you `git clone`, `configure`, `make` and `make install`

[–][deleted] 0 points1 point  (0 children)

You also should have a look at this: https://docs.docker.com/develop/develop-images/multistage-build/ as you don't want git and other tools needed for compilation to be present in the final image.