Skip to content

Commit

Permalink
Fix bftools install
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Oct 10, 2023
1 parent 3fc4b5f commit 7bd6a86
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 @@ -25,8 +25,7 @@ RUN set -ex \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 7bd6a86

Please sign in to comment.