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 <