Skip to content

Commit 04eb4e3

Browse files
pcaspersjenkins
authored andcommitted
attempt to fix pip install step
1 parent fe5dc6c commit 04eb4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile-Test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update \
55
&& DEBIAN_FRONTEND=noninteractive apt-get install -y dos2unix python3 python3-pip libxml2-utils xsltproc \
66
&& apt-get clean \
77
&& rm -rf /var/lib/apt/lists/* \
8-
&& pip3 install matplotlib pandas nose nose_xunitmp datacompy
8+
&& pip3 install --break-system-packages matplotlib pandas nose nose_xunitmp datacompy
99

1010
CMD bash
1111

0 commit comments

Comments
 (0)