Skip to content

Commit 560ac91

Browse files
committed
docker: Remove unused c3d_affine_tool
1 parent e9de921 commit 560ac91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ RUN mkdir -p /opt/afni-latest \
7474
-name "3dAutomask" -or \
7575
-name "3dvolreg" \) -delete
7676

77-
# Convert3d 1.4.0
78-
FROM downloader as c3d
79-
RUN mkdir /opt/convert3d && \
80-
curl -fsSL --retry 5 https://sourceforge.net/projects/c3d/files/c3d/Experimental/c3d-1.4.0-Linux-gcc64.tar.gz/download \
81-
| tar -xz -C /opt/convert3d --strip-components 1
82-
8377
# Micromamba
8478
FROM downloader as micromamba
8579
WORKDIR /
@@ -155,7 +149,6 @@ RUN apt-get update -qq \
155149

156150
# Install files from stages
157151
COPY --from=afni /opt/afni-latest /opt/afni-latest
158-
COPY --from=c3d /opt/convert3d/bin/c3d_affine_tool /usr/bin/c3d_affine_tool
159152

160153
# AFNI config
161154
ENV PATH="/opt/afni-latest:$PATH" \

0 commit comments

Comments
 (0)