Hi all I am new to Docker. I have created Dockerfiles successfully for installing the Armadillo package on an Ubuntu Image and now I would like to create a smaller image with Alpine.
Does anyone know how to install the C++ package Armadillo on Alpine?
It does not have a direct apk add package and I am new to building things using Dockerfiles.
Thank you!
Shane