From f7b0b4121dd7c47215d7b8d04b3c8e7c3ff0183d Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 19 Jun 2020 17:47:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=81=89=EF=B8=8F=20Check=20dependencies=20usi?= =?UTF-8?q?ng=20pipdeptree=20to=20triage=20Travis=20build=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0816a86..a6a259f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,10 +70,13 @@ COPY data/textline_detection /var/lib/textline_detection # Install requirements +# Using pipdeptree here to get more info than from pip3 check COPY requirements.txt /tmp/ RUN pip3 install --no-cache-dir --upgrade pip && \ pip3 install --no-cache-dir -r /tmp/requirements.txt && \ - pip3 check + pip3 install --no-cache-dir pipdeptree && \ + pipdeptree -w fail + COPY my_ocrd_workflow /usr/bin/ COPY xsd/* /usr/share/xml/