Skip to content

Commit

Permalink
Unzip bftools directly into bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Oct 10, 2023
1 parent 00e213c commit 950546a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ RUN set -ex \
&& rm -rf /var/lib/apt/lists/*

RUN wget http://downloads.openmicroscopy.org/latest/bio-formats7.0/artifacts/bftools.zip \
&& unzip bftools.zip -x '*.bat' -d /opt/ \
&& PATH=$PATH:/opt/bftools/
&& unzip bftools.zip -x '*.bat' -d /usr/local/bin/

0 comments on commit 950546a

Please sign in to comment.