Skip to content

Commit

Permalink
symlink ldconfig to ldconfig.real for gpu-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Apr 28, 2024
1 parent 03db412 commit f738faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ucore/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f738faa

Please sign in to comment.