Skip to content

Commit

Permalink
Updating python module
Browse files Browse the repository at this point in the history
default version of "typing" is too old

removed apt-get update and apt-get clean at the end
  • Loading branch information
wilke authored Apr 15, 2019
1 parent cf0f16d commit 8a5ded1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 8a5ded1

Please # to comment.