Hi team!
We have to develop an EMA application (non-interactive provider) in C++ to run on an AlmaLinux9 server. I learned to create a Docker image with RTSDK - following your excellent instruction 
    
        https://developers.lseg.com/en/article-catalog/article/deploy-and-run-elektron-sdk-docker
    
 - and it worked fine for oraclelinux7 (the example used in your guide). But when I replaced the base image oraclelinux:7 with almalinux:9 in the Dockerfile, I got an error during compilation:
292.4 [ 28%] Building C object Cpp-C/Eta/Applications/Examples/AuthLock/CMakeFiles/authlock.dir/rsslAuthLock.c.o
292.5 make[2]: *** No rule to make target 'RTSDK-BinaryPack_dacs_LIBRARY-NOTFOUND', needed by '../Cpp-C/Eta/Executables/ALM9_64_GCC1150/Optimized/authlock'.  Stop.
292.5 make[1]: *** [CMakeFiles/Makefile2:4700: Cpp-C/Eta/Applications/Examples/AuthLock/CMakeFiles/authlock.dir/all] Error 2
292.5 make: *** [Makefile:91: all] Error 2
Does this mean that RTSDK doesn't run on AlmaLinux? What is the recommended way to build binaries for AL9?
Here is the Dockerfile is was using: