We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03db412 commit c93eca3Copy full SHA for c93eca3
ucore/Containerfile
@@ -39,6 +39,7 @@ COPY --from=docker.io/docker/buildx-bin:${DOCKER_BUILDX_VERSION} /buildx /usr/li
39
COPY --from=docker.io/docker/compose-bin:${DOCKER_COMPOSE_VERSION} /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
40
41
RUN ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose \
42
+ && ln -s /sbin/ldconfig /sbin/ldconfig.real \
43
&& mv /var/lib/alternatives /staged-alternatives \
44
&& rm -fr /tmp/* /var/* \
45
&& ostree container commit \
0 commit comments