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.
2 parents 0dfa75e + b4c84fb commit dda9a03Copy full SHA for dda9a03
Dockerfile
@@ -22,7 +22,7 @@
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
# SOFTWARE.
24
25
-ARG BASE_IMAGE=ghcr.io/nipreps/fmriprep-base:20250915
+ARG BASE_IMAGE=ghcr.io/nipreps/fmriprep-base:20251006
26
27
#
28
# Build pixi environment
Dockerfile.base
@@ -81,6 +81,7 @@ RUN apt-get update && \
81
libopenblas0-openmp \
82
lsb-release \
83
netbase \
84
+ perl \
85
tcsh \
86
xvfb && \
87
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments