Skip to content

Commit

Permalink
FIX: Repair FreeSurfer dependency in Dockerfile (tcsh)
Browse files Browse the repository at this point in the history
Backport of gh-404

Signed-off-by: Christopher J. Markiewicz <markiewicz@stanford.edu>
  • Loading branch information
psadil authored and effigies committed Dec 8, 2023
1 parent 6d0c4a5 commit 4e10127
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 @@ -93,7 +93,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
LC_ALL="en_US.UTF-8"

# Some baseline tools
# bc is needed for FreeSurfer
# bc, tcsh are needed for FreeSurfer
# libglu1-mesa is needed for Connectome Workbench
RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand All @@ -105,6 +105,7 @@ RUN apt-get update && \
libglu1-mesa \
lsb-release \
netbase \
tcsh \
xvfb && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 4e10127

Please sign in to comment.