File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
FROM gdevenyi/magetbrain-bids-ants:82dcdd647211004f3220e4073ea4daf06fdf89f9
3
3
4
4
RUN apt-get update \
5
- && apt-get install --auto-remove --no-install-recommends -y parallel git curl gzip bzip2 gnupg2 unzip coreutils \
5
+ && apt-get install --auto-remove --no-install-recommends -y parallel git curl gzip bzip2 gnupg2 unzip coreutils ca-certificates \
6
6
&& rm -rf /var/lib/apt/lists/*
7
7
8
- RUN curl -o anaconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
8
+ RUN curl --insecure - o anaconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
9
9
&& bash anaconda.sh -b -p /opt/anaconda && rm -f anaconda.sh
10
10
11
11
RUN curl -o /opt/atlases-nifti.zip -sL http://cobralab.net/files/atlases-nifti.zip \
@@ -16,7 +16,7 @@ RUN curl -o /opt/atlases-nifti.zip -sL http://cobralab.net/files/atlases-nifti.z
16
16
&& mkdir /opt/atlases-nifti/colin && unzip /opt/atlases-nifti/colin.zip -d /opt/atlases-nifti/colin && rm -f /opt/atlases-nifti/colin.zip \
17
17
&& gzip /opt/atlases-nifti/colin/colin27_t1_tal_lin.nii
18
18
19
- RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
19
+ RUN curl --insecure - sL https://deb.nodesource.com/setup_10.x | bash - \
20
20
&& apt-get install -y --no-install-recommends --auto-remove nodejs \
21
21
&& rm -rf /var/lib/apt/lists/*
22
22
You can’t perform that action at this time.
0 commit comments