Skip to content

Commit

Permalink
resolved last conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
folker committed Apr 16, 2019
1 parent 05256c1 commit 210a467
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ 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 @@ -165,7 +162,8 @@ RUN cd /root \
&& cd /root ; rm -rf autoskewer

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

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

0 comments on commit 210a467

Please sign in to comment.