Skip to content

Commit b4c84fb

Browse files
committed
chore: Include perl in base Docker image
1 parent 0dfa75e commit b4c84fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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/*

0 commit comments

Comments
 (0)