From 7bbd7b3f1944034265a7577f3db42babdc33b54f Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Sun, 27 Oct 2024 19:03:14 -0600 Subject: [PATCH] debug --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 20b4cf8c..49945354 100644 --- a/justfile +++ b/justfile @@ -202,6 +202,7 @@ compile-env *args: fill-out-dev-env-template --mount "type=bind,source=$(pwd)/dev-env-template/etc/passwd,destination=/etc/passwd,readonly" \ --mount "type=bind,source=$(pwd)/dev-env-template/etc/group,destination=/etc/group,readonly" \ --mount "type=bind,source=${tmp_targetdir},destination=$(pwd)/target,bind-propagation=rprivate" \ + --mount "type=bind,source=/run/docker/docker.sock,destination=/var/run/docker.sock" \ --user "$(id -u):$(id -g)" \ --workdir "$(pwd)" \ "{{ _compile_env_container }}" \