From 8a5ded15fad8ee1a4315aef1fdc1d53cdcdc12b8 Mon Sep 17 00:00:00 2001 From: Andreas Wilke Date: Mon, 15 Apr 2019 15:08:57 -0500 Subject: [PATCH] Updating python module default version of "typing" is too old removed apt-get update and apt-get clean at the end --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2464d7e..c9faf84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,8 @@ RUN apt-get update && apt-get install -y \ unzip \ wget \ vim \ - curl + curl \ + && apt-get clean #### install BLAT from src RUN cd /root \ @@ -157,9 +158,7 @@ RUN cd /root \ ### install CWL runner RUN pip install --upgrade pip -RUN pip install cwlref-runner - -RUN apt-get clean && apt-get update +RUN pip install --upgrade cwlref-runner typing # copy files into image COPY CWL /CWL/