From c93eca31a7909d2a43ee43729eddfa991e7d2c64 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Sun, 28 Apr 2024 10:53:26 -0500 Subject: [PATCH] fix: symlink ldconfig to ldconfig.real for gpu-operator Signed-off-by: Jeffrey Sica --- ucore/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ucore/Containerfile b/ucore/Containerfile index 62d1052..68920f0 100644 --- a/ucore/Containerfile +++ b/ucore/Containerfile @@ -39,6 +39,7 @@ COPY --from=docker.io/docker/buildx-bin:${DOCKER_BUILDX_VERSION} /buildx /usr/li COPY --from=docker.io/docker/compose-bin:${DOCKER_COMPOSE_VERSION} /docker-compose /usr/libexec/docker/cli-plugins/docker-compose RUN ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose \ + && ln -s /sbin/ldconfig /sbin/ldconfig.real \ && mv /var/lib/alternatives /staged-alternatives \ && rm -fr /tmp/* /var/* \ && ostree container commit \