From 0506ce5300aa20b6fd537b4eb19b63176da127d5 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 27 May 2023 06:16:29 +0000
Subject: [PATCH] fix: build cache update index positional

---
 containers/jug/dev.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile
index 4ac970530..d9ff02a45 100644
--- a/containers/jug/dev.Dockerfile
+++ b/containers/jug/dev.Dockerfile
@@ -64,7 +64,7 @@ RUN declare -A target=(                                                 \
 ## Setup spack buildcache mirrors
 RUN --mount=type=cache,target=/var/cache/spack-mirror                   \
     spack mirror add spack-mirror /var/cache/spack-mirror               \
- && spack buildcache update-index -m spack-mirror                       \
+ && spack buildcache update-index spack-mirror                          \
  && spack mirror list
 
 ## Setup eic-spack buildcache mirrors
-- 
GitLab