Posts by quironos

    Hello good morning. I've been looking for a way to install the dicomserver150d version of Conquest in Docker but I haven't found much. If I use the dockerfile provided in the download, when I build everything is fine, but when I run it I get the error ./dgate: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory.


    I am using the dockerfile in the 150c_s Docker´s folder and build using
    > docker build -t conquest150d .


    and to run I am using

    > docker run -p 5678:5678 -p 80:80 conquest150d


    Can someone help me?