]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Point to gcc11 instead of the default gcc8 in alma-8 image
authorMaksym Sobolyev <sobomax@sippysoft.com>
Fri, 13 Mar 2026 01:56:53 +0000 (18:56 -0700)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 21 Mar 2026 09:23:07 +0000 (10:23 +0100)
dockerfiles/alma-8/Dockerfile

index 6f0f5039863fa62db6eafafdab550809847e5a51..43ceab7c75ff756f759d8a0bd8004404c2bb927c 100644 (file)
@@ -31,3 +31,6 @@ RUN dnf install -y dnf-plugins-core \
         xxhash-devel \
  && dnf autoremove -y \
  && dnf clean all
+
+ENV PATH=/opt/rh/gcc-toolset-11/root/usr/bin:$PATH
+ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-11/root/usr/lib64