Configure error installing under the pylith-devenv docker image

I’m following the instructions at Setup the container — PyLith Installer v3.0.3-0 documentation to install pylith in a docker environment, but on the final pylith configure step I run into the error:

configure: error: Catch2 header not found; try --with-catch2-incdir=<Catch2 include dir>

Seems this extra library was not installed? Maybe the instructions are missing a step. I’d like to do this in a standard way so my dev environment is the same as others!

With the new image this is fixed now, thanks!