How to install apt-get dependencies in Docker image using sbt-native-packager plugin
I am using the sbt-native-packager plugin to generate a Docker image for a Scala project. The project requires a specific package libnetcdf.so to be installed on the image. I am using the below configuration on my build.sbt dockerCommands ++= Seq(…