We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb98d5 commit 9c8beb7Copy full SHA for 9c8beb7
Dockerfile
@@ -28,6 +28,8 @@ RUN apt-get update && \
28
unzip && \
29
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
30
31
+RUN update-ca-certificates -f
32
+
33
# FreeSurfer 7.3.2
34
FROM downloader as freesurfer
35
COPY docker/files/freesurfer7.3.2-exclude.txt /usr/local/etc/freesurfer7.3.2-exclude.txt
0 commit comments