Skip to content

Commit b7ef69f

Browse files
committed
Merge tag '25.2.2'
25.2.2 (October 06, 2025) Bug-fix release in the 25.2.x series. This fix addresses an issue in the Docker containers. FreeSurfer's ``recon-all`` depends on a full Perl installation being available in the environment. * FIX: Ensure perl is installed in container (#3547)
2 parents 8720e13 + 96b3ecf commit b7ef69f

File tree

4 files changed

+41
-30
lines changed

4 files changed

+41
-30
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
25.2.2 (October 06, 2025)
2+
=========================
3+
Bug-fix release in the 25.2.x series.
4+
5+
This fix addresses an issue in the Docker containers.
6+
FreeSurfer's ``recon-all`` depends on a full Perl installation being available in the environment.
7+
8+
* FIX: Ensure perl is installed in container (#3547)
9+
10+
111
25.2.1 (October 03, 2025)
212
=========================
313
Bug-fix release in the 25.2.x series.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
# SOFTWARE.
2424

25-
ARG BASE_IMAGE=ghcr.io/nipreps/fmriprep-base:20250915
25+
ARG BASE_IMAGE=ghcr.io/nipreps/fmriprep-base:20251006
2626

2727
#
2828
# Build pixi environment

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ RUN apt-get update && \
8181
libopenblas0-openmp \
8282
lsb-release \
8383
netbase \
84+
perl \
8485
tcsh \
8586
xvfb && \
8687
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

pixi.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)