Starter docker file based on ubuntu for building cardano projects with ghc.
It adds ghc and all the libraries required to build cardano-node or cardano-apifrom source.
It includes libraries from ubuntu software channel and following extra libraries built from source.
- iohk-libsodium
- libsecp256
- libblst
cardanoapi/haskell:latest(uses haskell v9.6.7)cardanoapi/haskell:9.6.7cardanoapi/haskell:9.4.8
- Make the image size smaller by removing profiling libraries
- nonroot.Dockerfile is not ready