Skip to content

Commit eb83aba

Browse files
committed
fix: permissions in patchable build process
1 parent 0a92081 commit eb83aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stackable-devel/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,6 @@ cd /patchable
109109
cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
110110
mv /patchable/target/release/patchable /stackable/patchable
111111
microdnf clean all
112+
chown ${STACKABLE_USER_UID}:0 /stackable/patchable
113+
rm -rf /patchable
112114
EOF

0 commit comments

Comments
 (0)