From 8946e0a3ba23aba0ebbaf3ae12f187fdaf8e79fb Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Wed, 29 Jan 2025 18:01:25 +0400 Subject: ci(fedora41): drop unused cache mount --- .gitlab/ci/docker/fedora41/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci/docker/fedora41/Dockerfile b/.gitlab/ci/docker/fedora41/Dockerfile index 1b00be5..3d1174e 100644 --- a/.gitlab/ci/docker/fedora41/Dockerfile +++ b/.gitlab/ci/docker/fedora41/Dockerfile @@ -58,7 +58,6 @@ RUN --mount=type=bind,source=dnf.conf,target=/etc/dnf/dnf.conf \ --mount=type=bind,source=install_deps.sh,target=/root/install_deps.sh \ --mount=type=bind,source=deps_packages.lst,target=/root/deps_packages.lst \ --mount=type=cache,from=dnf-cache,source=/var/cache/libdnf5,target=/var/cache/libdnf5,sharing=private \ - --mount=type=cache,target=/var/cache/pip \ --mount=type=tmpfs,target=/var/log \ --mount=type=tmpfs,target=/tmp \ sh /root/install_deps.sh -- cgit v0.12