We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdd11b commit 43e1641Copy full SHA for 43e1641
Dockerfile
@@ -28,6 +28,7 @@ RUN pip install --upgrade pip && \
28
apt install -y imagemagick && \
29
apt install -y tzdata && \
30
apt-get install -y locales && \
31
+ apt-get install dcmtk -y && \
32
export LANGUAGE=en_US.UTF-8 && \
33
export LANG=en_US.UTF-8 && \
34
export LC_ALL=en_US.UTF-8 && \
shexec.py
@@ -7,7 +7,7 @@
7
from chris_plugin import chris_plugin, PathMapper
8
9
__pkg = Distribution.from_name(__package__)
10
-__version__ = '1.2.17'
+__version__ = '1.2.18'
11
12
import os, sys
13
os.environ['XDG_CONFIG_HOME'] = '/tmp'
0 commit comments