Add node, required for checkout
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (release) Successful in 1h5m48s

This commit is contained in:
Justus Kuhlmann 2025-06-02 18:51:11 +02:00
parent fa13c849e7
commit 6779244ee1

View file

@ -7,6 +7,7 @@ RUN dnf install -y openmpi openmpi-devel
RUN dnf install -y hdf5 hdf5-devel hdf5-static
RUN dnf group install -y development-tools
RUN dnf install -y mpfr-devel gmp-devel libmpc-devel zlib-devel glibc-devel.i686 glibc-devel isl-devel g++ gcc-gnat gcc-gdc libgphobos-static openssl-devel
RUN dnf install -y node
ARG user=researcher
ARG group=researcher