2 small errors in Dockerfile of wiki/Code_Saturne-in-a-Docker-container

Hello,
I’m trying to build an apptainer from Docker & I found 2 small errors in:

L. 27 : (configure hdf5 1.12.3) : --prefix=${hdfdir} --enable-build-mode=production --enable-parallel
→ ( it’s seems that “–enable-production” is not supported any more)

L. 39 (med install) tar -jxvf /tmp/med-5.0.0.tar.bz2
→ ( tar -zxvf /tmp/med-5.0.0.tar.bz2 -C /tmp/ …- “z” vs “j” for a tar.bz2 archive-)

regards

Hello,

Thanks for the feedback. I updated/fixed the wiki entry just now.

Best regards,

Yvan