Skip to content

Commit 43e1641

Browse files
committed
installed dcmtk libraries
1 parent 9cdd11b commit 43e1641

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN pip install --upgrade pip && \
2828
apt install -y imagemagick && \
2929
apt install -y tzdata && \
3030
apt-get install -y locales && \
31+
apt-get install dcmtk -y && \
3132
export LANGUAGE=en_US.UTF-8 && \
3233
export LANG=en_US.UTF-8 && \
3334
export LC_ALL=en_US.UTF-8 && \

shexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from chris_plugin import chris_plugin, PathMapper
88

99
__pkg = Distribution.from_name(__package__)
10-
__version__ = '1.2.17'
10+
__version__ = '1.2.18'
1111

1212
import os, sys
1313
os.environ['XDG_CONFIG_HOME'] = '/tmp'

0 commit comments

Comments
 (0)