Skip to content

Commit c93eca3

Browse files
committed
fix: symlink ldconfig to ldconfig.real for gpu-operator
Signed-off-by: Jeffrey Sica <[email protected]>
1 parent 03db412 commit c93eca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ucore/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ COPY --from=docker.io/docker/buildx-bin:${DOCKER_BUILDX_VERSION} /buildx /usr/li
3939
COPY --from=docker.io/docker/compose-bin:${DOCKER_COMPOSE_VERSION} /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
4040

4141
RUN ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose \
42+
&& ln -s /sbin/ldconfig /sbin/ldconfig.real \
4243
&& mv /var/lib/alternatives /staged-alternatives \
4344
&& rm -fr /tmp/* /var/* \
4445
&& ostree container commit \

0 commit comments

Comments
 (0)