Skip to content

Commit 22ab80c

Browse files
committed
QPR-12142 add missing python package
1 parent 728f769 commit 22ab80c

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)