Skip to content

Commit 7f9e5bb

Browse files
committed
Merge branch 'QPR-12142' into 'master'
QPR-12142 add missing python package Closes QPR-12142 See merge request qs/oreswig!50
2 parents 728f769 + 22ab80c commit 7f9e5bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile-ORESWIG-App

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update \
1212
&& apt-get clean \
1313
&& rm -rf /var/lib/apt/lists/*
1414

15-
RUN pip3 install matplotlib pandas nose nose_xunitmp datacompy jupyter
15+
RUN pip3 install matplotlib pandas nose nose_xunitmp datacompy jupyter jsondiff
1616

1717
WORKDIR /
1818
RUN mkdir /oreswig

0 commit comments

Comments
 (0)