File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker and Reproenv.
2
2
3
- FROM neurodebian:bullseye
4
- ENV PATH="/opt/dcm2niix-v1.0.20220720 /bin:$PATH"
3
+ FROM neurodebian:bookworm
4
+ ENV PATH="/opt/dcm2niix-v1.0.20240202 /bin:$PATH"
5
5
RUN apt-get update -qq \
6
6
&& apt-get install -y -q --no-install-recommends \
7
7
ca-certificates \
@@ -16,10 +16,10 @@ RUN apt-get update -qq \
16
16
&& git clone https://github.com/rordenlab/dcm2niix /tmp/dcm2niix \
17
17
&& cd /tmp/dcm2niix \
18
18
&& git fetch --tags \
19
- && git checkout v1.0.20220720 \
19
+ && git checkout v1.0.20240202 \
20
20
&& mkdir /tmp/dcm2niix/build \
21
21
&& cd /tmp/dcm2niix/build \
22
- && cmake -DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20220720 .. \
22
+ && cmake -DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20240202 .. \
23
23
&& make -j1 \
24
24
&& make install \
25
25
&& rm -rf /tmp/dcm2niix
@@ -87,19 +87,19 @@ RUN printf '{ \
87
87
{ \
88
88
"name": "from_", \
89
89
"kwds": { \
90
- "base_image": "neurodebian:bullseye " \
90
+ "base_image": "neurodebian:bookworm " \
91
91
} \
92
92
}, \
93
93
{ \
94
94
"name": "env", \
95
95
"kwds": { \
96
- "PATH": "/opt/dcm2niix-v1.0.20220720 /bin:$PATH" \
96
+ "PATH": "/opt/dcm2niix-v1.0.20240202 /bin:$PATH" \
97
97
} \
98
98
}, \
99
99
{ \
100
100
"name": "run", \
101
101
"kwds": { \
102
- "command": "apt-get update -qq\\ napt-get install -y -q --no-install-recommends \\\\\\ n ca-certificates \\\\\\ n cmake \\\\\\ n g++ \\\\\\ n gcc \\\\\\ n git \\\\\\ n make \\\\\\ n pigz \\\\\\ n zlib1g-dev\\ nrm -rf /var/lib/apt/lists/*\\ ngit clone https://github.com/rordenlab/dcm2niix /tmp/dcm2niix\\ ncd /tmp/dcm2niix\\ ngit fetch --tags\\ ngit checkout v1.0.20220720 \\ nmkdir /tmp/dcm2niix/build\\ ncd /tmp/dcm2niix/build\\ ncmake -DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20220720 ..\\ nmake -j1\\ nmake install\\ nrm -rf /tmp/dcm2niix" \
102
+ "command": "apt-get update -qq\\ napt-get install -y -q --no-install-recommends \\\\\\ n ca-certificates \\\\\\ n cmake \\\\\\ n g++ \\\\\\ n gcc \\\\\\ n git \\\\\\ n make \\\\\\ n pigz \\\\\\ n zlib1g-dev\\ nrm -rf /var/lib/apt/lists/*\\ ngit clone https://github.com/rordenlab/dcm2niix /tmp/dcm2niix\\ ncd /tmp/dcm2niix\\ ngit fetch --tags\\ ngit checkout v1.0.20240202 \\ nmkdir /tmp/dcm2niix/build\\ ncd /tmp/dcm2niix/build\\ ncmake -DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20240202 ..\\ nmake -j1\\ nmake install\\ nrm -rf /tmp/dcm2niix" \
103
103
} \
104
104
}, \
105
105
{ \
You can’t perform that action at this time.
0 commit comments