Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fix bwa make with compiler option

picking from lh3/bwa#267
  • Loading branch information
jmtcsngr authored May 24, 2023
1 parent 8a8d345 commit 011316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cd /tmp &&\
tar -xvf v0.7.16.tar.gz && \
rm v0.7.16.tar.gz && \
cd bwa-0.7.16 &&\
make && \
make CC='gcc -fcommon' && \
cd /tmp && \
cp -r bwa-0.7.16 /opt/ && \
rm -rf bwa-0.7.16
Expand Down

0 comments on commit 011316c

Please sign in to comment.