You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
Does anyone have any experience building a haskell + lambda docker image using
nixpkgs
'sdockerTools
andcabal
, instead ofstack
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)
)The text was updated successfully, but these errors were encountered: