From b7411e263c6d63cbcd355d9b3f3af4653f617d00 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 11 Aug 2023 20:57:55 +0000
Subject: [PATCH] fix: spack:config:environments_root:~/.spack/env

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

diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile
index 0b2ab6b72..518374445 100644
--- a/containers/jug/dev.Dockerfile
+++ b/containers/jug/dev.Dockerfile
@@ -241,6 +241,8 @@ RUN . /opt/spack/share/spack/setup-env.sh                               \
  && spack config --scope site add "config:install_tree:root:~/spack"    \
  && spack config --scope site add "config:source_cache:~/.spack/cache"  \
  && spack config --scope site add "config:binary_index_root:~/.spack"   \
+ && spack config --scope site add "config:environments_root:~/.spack/env" \
+ && spack config --scope site add "config:suppress_gpg_warnings:true"   \
  && spack config blame config                                           \
  && spack config --scope site add "upstreams:eic-shell:install_tree:/opt/software" \
  && spack config blame upstreams
-- 
GitLab