Skip to content

Commit f9a4eb1

Browse files
committed
build(docker): add patch fixes for kraken2
1 parent a2d3a61 commit f9a4eb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ index 04160c2..7d5a574
139139
input[start:end], job_number, use_names, args,
140140
save_seq_names, final
141141
)
142-
PATCH \
143-
&& git apply /tmp/0001-src-Makefile.patch \
142+
PATCH
143+
RUN git apply /tmp/0001-src-Makefile.patch \
144144
&& git apply /tmp/0002-k2.patch \
145145
&& ./install_kraken2.sh /bin \
146146
&& cp -v scripts/* /bin/ 2>/dev/null || true \

0 commit comments

Comments
 (0)