From 2204aee104c80cf6c8ca17a1ab4ec73ab19edbf8 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 2 Jul 2019 17:31:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8B=20Docker:=20Simplify=20requirement?= =?UTF-8?q?s=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58c105f..2843a21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,7 @@ RUN apt-get update && \ apt-get clean COPY requirements.txt /tmp -RUN pip3 install --no-cache-dir ocrd-utils && \ - pip3 install --no-cache-dir -r /tmp/requirements.txt +RUN pip3 install --no-cache-dir -r /tmp/requirements.txt COPY my_ocrd_workflow /usr/bin COPY xsd /usr/bin/xsd