Skip to content

Commit

Permalink
Update bftools to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Oct 10, 2023
1 parent 2d613e4 commit 00e213c
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,6 +27,6 @@ RUN set -ex \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 00e213c

Please sign in to comment.