Skip to content

Commit

Permalink
📦 Symlink libcrypt.so.1libcrypt.so.2
Browse files Browse the repository at this point in the history
[rebuild base-standard]
  • Loading branch information
shnizzedy committed Dec 12, 2024
1 parent c0e0820 commit 0ab45f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/Dockerfiles/base-standard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ USER root
# Installing FreeSurfer
RUN apt-get update \
&& apt-get install --no-install-recommends -y bc \
&& if [ ! -e /lib/x86_64-linux-gnu/libcrypt.so.2 ]; then \
# until we upgrade to Python >=3.11
ln -s /lib/x86_64-linux-gnu/libcrypt.so.1 /lib/x86_64-linux-gnu/libcrypt.so.2; \
fi \
&& yes | mamba install tcsh \
&& yes | mamba clean --all \
&& cp -l `which tcsh` /bin/tcsh \
Expand Down

0 comments on commit 0ab45f2

Please sign in to comment.