- Now use rx3-docker/orthanc-1.0.0-mga9 image,

- Add dcmtk and imagemagick package to medshake image.
This commit is contained in:
2026-09-07 23:36:13 +02:00
parent 12f6c332d7
commit 66f91619bd
11 changed files with 69 additions and 28 deletions

View File

@@ -75,10 +75,11 @@ SetEnv MEDSHAKEEHRPATH '${MEDSHAKE_SHARE_DIR}
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force wget ssmtp ghostscript pdftk-java php-posix php-bcmath php-curl php-gd php-gnupg php-soap php-yaml php-zip php-phar php-dom php-iconv php-fileinfo php-xmlreader composer git lib64opencl1 \
&& urpmi --force wget ssmtp ghostscript pdftk-java php-posix php-bcmath php-curl php-gd php-gnupg php-soap php-yaml php-zip php-phar php-dom php-iconv php-fileinfo php-xmlreader composer git lib64opencl1 imagemagick dcmtk \
&& mkdir /tmp/medshake \
&& wget -q -O - https://github.com/MedShake/MedShakeEHR-base/archive/refs/tags/v8.4.2.tar.gz | tar xzvf - -C /tmp/medshake \
&& mv /tmp/medshake/* ${MEDSHAKE_WWW_DIR}.ref \
&& for dir in inboxArchives public_html/workingDirectory/C public_html/workingDirectory/NC; do mkdir -p ${MEDSHAKE_WWW_DIR}.ref/$dir; done \
&& COMPOSER_ALLOW_SUPERUSER=1 composer install --working-dir ${MEDSHAKE_WWW_DIR}.ref --no-interaction --no-cache -o \
&& COMPOSER_ALLOW_SUPERUSER=1 composer install --working-dir ${MEDSHAKE_WWW_DIR}.ref/public_html --no-interaction --no-cache -o \
&& rmdir /tmp/medshake \