Skip to content

Commit

Permalink
Workspace: Add python-dojo-suid
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Sep 7, 2024
1 parent d27986e commit d01cffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi

nix build --print-build-logs ".#$DOJO_WORKSPACE" --out-link /out/nix/var/nix/profiles/default
nix copy --to /out --no-require-sigs ".#$DOJO_WORKSPACE"
for suid_binary in "python-suid" "bash-suid" "sh-suid" "sudo"; do
for suid_binary in "python-dojo-suid" "python-suid" "bash-suid" "sh-suid" "sudo"; do
suid_binary_path=$(realpath "/out/nix/var/nix/profiles/default/bin/${suid_binary}")
FILE="/out/${suid_binary_path}"
if [ -e $FILE ]; then
Expand Down

0 comments on commit d01cffe

Please sign in to comment.