I want to use WSL in a a windows container. I want my shell to be bash.exe (from the Wsl feature) IN the dockerfile (i do NOT want msys2/relatives, but WSL 1)
I tried
FROM mcr.microsoft.com/windows:1903
RUN dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
With no success. Can someone hint me to the golden dockerfile ?