Does anyone have any experience building a haskell + lambda docker image using nixpkgs's dockerTools and cabal, instead of stack and the provided Dockerfile? I've tried a few strategies but keep running into linking errors (e.g. /lib64/libc.so.6: version 'GLIBC_2.33' not found (required by /bin/sh))
Does anyone have any experience building a haskell + lambda docker image using
nixpkgs'sdockerToolsandcabal, instead ofstackand the provided Dockerfile? I've tried a few strategies but keep running into linking errors (e.g./lib64/libc.so.6: version 'GLIBC_2.33' not found (required by /bin/sh))