Skip to content

Commit

Permalink
🎨 Hardlink TENEX C Shell as C Shell
Browse files Browse the repository at this point in the history
[rebuild base-standard]
  • Loading branch information
shnizzedy committed Dec 12, 2024
1 parent aa18679 commit c0e0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfiles/base-standard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER root

# Installing FreeSurfer
RUN apt-get update \
&& apt-get install --no-install-recommends -y bc csh \
&& apt-get install --no-install-recommends -y bc \
&& yes | mamba install tcsh \
&& yes | mamba clean --all \
&& cp -l `which tcsh` /bin/tcsh \
Expand Down

0 comments on commit c0e0820

Please sign in to comment.