diff --git a/almalinux-devtoolset11/Dockerfile b/almalinux-devtoolset11/Dockerfile index 0bf9ec5..24525fc 100644 --- a/almalinux-devtoolset11/Dockerfile +++ b/almalinux-devtoolset11/Dockerfile @@ -4,7 +4,7 @@ USER 0 # Need shadow-utils for groupadd and useradd RUN curl -fsSL https://rpm.nodesource.com/setup_18.x | bash - && \ - microdnf install -y shadow-utils make nodejs python3.11 gcc-toolset-11 && \ + microdnf install -y shadow-utils make nodejs python3.11 gcc-toolset-11 git && \ ln -s python3.11 /usr/bin/python && \ ln -sf python3.11 /usr/bin/python3 && \ microdnf clean all && \