From ad866b6e5b7f3fcd8ea61440547056a5e24f9544 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net>
Date: Fri, 9 Feb 2024 20:41:46 +0100
Subject: [PATCH] Debug

---
 Dockerfile-CI | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile-CI b/Dockerfile-CI
index 362aacf..c361c7f 100644
--- a/Dockerfile-CI
+++ b/Dockerfile-CI
@@ -2,6 +2,9 @@
 FROM mambaorg/micromamba:latest
 COPY --chown=$MAMBA_USER:$MAMBA_USER . /tmp/binder
 
+RUN ls
+RUN ls install_files/*
+
 # Install files
 RUN cp -ra install_files/* /opt/conda/
 
-- 
GitLab