Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make Docker image smaller + use
debian:buster-slim
base
This commit updates the Dockerfile to use multiple stages. In the first stage, compile-time dependencies are installed, and libzmq is compiled and tested. The second stage starts with a fresh, slim Docker image, and the compiled outputs of the first stage are copied over. Runtime dependencies, like libsodium and kerberos, are installed as well.
- Loading branch information