Skip to content

Commit 210a467

Browse files
committed
resolved last conflict
1 parent 05256c1 commit 210a467

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ RUN apt-get update && apt-get install -y \
5252
wget \
5353
vim \
5454
curl \
55-
<<<<<<< HEAD
5655
&& strip /usr/local/bin/* ; exit 0 && \\
5756
apt-get clean
58-
=======
59-
&& apt-get clean
60-
>>>>>>> 8a5ded15fad8ee1a4315aef1fdc1d53cdcdc12b8
57+
6158

6259
#### install BLAT from src
6360
RUN cd /root \
@@ -165,7 +162,8 @@ RUN cd /root \
165162
&& cd /root ; rm -rf autoskewer
166163

167164
### install CWL runner
168-
RUN pip install --upgrade pip && pip install --upgrade cwlref-runner typing
165+
RUN pip install --upgrade pip
166+
RUN pip install --upgrade cwlref-runner typing
169167

170168
# copy files into image
171169
COPY CWL /CWL/

0 commit comments

Comments
 (0)