Skip to content

Commit

Permalink
maint: update certificates to preempt FS download failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 20, 2024
1 parent fcb98d5 commit 9c8beb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get update && \
unzip && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN update-ca-certificates -f

# FreeSurfer 7.3.2
FROM downloader as freesurfer
COPY docker/files/freesurfer7.3.2-exclude.txt /usr/local/etc/freesurfer7.3.2-exclude.txt
Expand Down

0 comments on commit 9c8beb7

Please sign in to comment.