Can not install dicomweb plugin for jodogne/orthanc:1.7.3

Hello,

I have installed orthanc jodogne/orthanc:1.7.3 version on my docker container.

I have also run the following commands to install dicomeweb plugin:
apt-get update -y
apt-get install -y orthanc-dicomweb

It seems, that plugin was insalled sucessfully. But when I start the docker, I get the follwoing errors:

W1116 09:34:10.693451 main.cpp:1625] Orthanc version: 1.7.3
W1116 09:34:10.693728 OrthancConfiguration.cpp:114] Scanning folder “/etc/orthanc/” for configuration files
W1116 09:34:10.693936 OrthancConfiguration.cpp:62] Reading the configuration from: “/etc/orthanc/orthanc.json”
W1116 09:34:10.695123 OrthancConfiguration.cpp:62] Reading the configuration from: “/etc/orthanc/serve-folders.json”
W1116 09:34:10.695619 OrthancConfiguration.cpp:62] Reading the configuration from: “/etc/orthanc/dicomweb.json”
W1116 09:34:10.695919 OrthancConfiguration.cpp:62] Reading the configuration from: “/etc/orthanc/worklists.json”
E1116 09:34:10.941533 Toolbox.cpp:1446] Cannot set globale locale to en_US.UTF-8: locale::facet::_S_create_c_locale name not valid
W1116 09:34:10.941657 Toolbox.cpp:1435] Falling back to system-wide default locale
W1116 09:34:10.978952 main.cpp:802] Loading plugin(s) from: /usr/share/orthanc/plugins/
W1116 09:34:11.003417 PluginsManager.cpp:269] Registering plugin ‘dicom-web’ (version 0.6)
free(): invalid pointer

Thank you for the help.

Hello,

Please use “jodogne/orthanc-plugins:1.7.3” (or, better “1.8.0”) instead of “jodogne/orthanc:1.7.3” if you want to have the DICOMweb plugin:
https://book.orthanc-server.com/users/docker.html#usage-with-plugins-enabled

The Orthanc binaries in “jodogne/orthanc*” are compiled using the LSB (Linux Standard Base), and are not compatible with the Debian packages.