Skip to content

Commit

Permalink
resolved conflict and further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
folker committed Apr 16, 2019
2 parents e4aaa85 + 8a5ded1 commit 05256c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ RUN apt-get update && apt-get install -y \
wget \
vim \
curl \
<<<<<<< HEAD
&& strip /usr/local/bin/* ; exit 0 && \\
apt-get clean
=======
&& apt-get clean
>>>>>>> 8a5ded15fad8ee1a4315aef1fdc1d53cdcdc12b8

#### install BLAT from src
RUN cd /root \
Expand Down Expand Up @@ -161,8 +165,7 @@ RUN cd /root \
&& cd /root ; rm -rf autoskewer

### install CWL runner
RUN pip install --upgrade pip
RUN pip install cwlref-runner
RUN pip install --upgrade pip && pip install --upgrade cwlref-runner typing

# copy files into image
COPY CWL /CWL/
Expand Down

0 comments on commit 05256c1

Please # to comment.