Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
volker-baecker authored May 9, 2023
1 parent b8c3ace commit 1ec2fc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ RUN rm -r /biaflows-utilities
# ---------------------------------------------------------------------------------------------------------------------
# Install Fiji plugins
RUN cd /fiji/plugins && wget -O MorphoLibJ_-1.3.6.jar https://github.com/ijpb/MorphoLibJ/releases/download/v1.3.6/MorphoLibJ_-1.3.6.jar
RUN cd /fiji/plugins && wget -O imagescience.jar http://www.imagescience.org/meijering/software/download/imagescience.jar
RUN cd /fiji/plugins && wget -O mcib3d-core-4.1.5.jar https://mcib3d.frama.io/3d-suite-imagej/uploads/mcib3d-core-4.1.5.jar
RUN cd /fiji/plugins && wget -O mcib3d_plugins3.92.jar http://imagejdocu.tudor.lu/lib/exe/fetch.php?media=plugin:stacks:3d_ij_suite:mcib3d_plugins3.92.jar
RUN cd /fiji/plugins && wget -O mcib3d_plugins-4.1.5.jar https://mcib3d.frama.io/3d-suite-imagej/uploads/mcib3d_plugins-4.1.5.jar

# ---------------------------------------------------------------------------------------------------------------------
# Install Macro
Expand Down

0 comments on commit 1ec2fc5

Please sign in to comment.