From 7bd6a861db563a6b4ee451d85d04ed4711a47af3 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Tue, 10 Oct 2023 15:40:25 +0100 Subject: [PATCH] Fix bftools install --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57ac747..e1d45d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/