https://bugs.winehq.org/show_bug.cgi?id=54336
--- Comment #14 from Eric Pouech eric.pouech@gmail.com ---
Yes, installing glibc.i686 makes it work. Fedora 36 and previous do not need 32-bit glibc (glibc.i686), it uses wow64. The same is true for ubuntu 22.04 and previous, which do not need 32-bit glibc (libc6-i386).
there are in fact two different wow64 setups: - the "old one", which requires the 32bit counter parts of the unix shared lib (including glibc) in order to run 32bit applications - the "new one" (still experimental) which only requires the 64 shared libs
the docker file in #4 builds in the "old mode". assuming that does
wine64 --version
instead of
wine --version
work without glibc32 bit installed?