From 84144b2bc49bf47150ed2164040430d4bf059fe4 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 23 Jan 2025 14:51:57 +0000 Subject: [PATCH] remove heredocs due to cache issue --- servers/containers/conduwuit.Containerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/servers/containers/conduwuit.Containerfile b/servers/containers/conduwuit.Containerfile index 6d21df29..8dfbe776 100644 --- a/servers/containers/conduwuit.Containerfile +++ b/servers/containers/conduwuit.Containerfile @@ -17,12 +17,11 @@ ENV RUSTUP_TOOLCHAIN=${RUST_VERSION} # Line two: curl, for downloading binaries # Line three: for xx-verify RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ - --mount=type=cache,target=/var/lib/apt,sharing=locked <