Skip to content

Commit c805c8e

Browse files
committed
use compose_base for sig syncs to address symlink
1 parent c3416ee commit c805c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iso/empanadas/empanadas/util/dnf_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,8 +2062,8 @@ def podman_sync(
20622062
for pod in entry_name_list:
20632063
podman_cmd_entry = '{} run -d -it --security-opt label=disable -v "{}:{}" -v "{}:{}" -v "{}:{}" --name {} --entrypoint {}/{} {}'.format(
20642064
cmd,
2065-
self.compose_root,
2066-
self.compose_root,
2065+
self.compose_base,
2066+
self.compose_base,
20672067
self.dnf_config,
20682068
self.dnf_config,
20692069
entries_dir,

0 commit comments

Comments
 (0)