Skip to content

Commit 07727fd

Browse files
committed
📦 Set C3D path
[rebuild lite] [rebuild standard]
1 parent 593781a commit 07727fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/Dockerfiles/base-lite.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ COPY --from=FSL /lib/x86_64-linux-gnu/lib*so* /lib/x86_64-linux-gnu/
4949

5050
# Installing and setting up c3d
5151
COPY --from=c3d /opt/c3d/ opt/c3d/
52+
ENV C3DPATH /opt/c3d/
53+
ENV PATH $C3DPATH/bin:$PATH
5254

5355
# Installing AFNI
5456
COPY --from=AFNI /lib/x86_64-linux-gnu/ld* /lib/x86_64-linux-gnu/

0 commit comments

Comments
 (0)