Skip to content

Commit 856e16e

Browse files
nifi: Add final chown and chmod to separate image layers
1 parent b4f71f6 commit 856e16e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nifi/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ pip install --no-cache-dir \
106106
ln -s /stackable/stackable-bcrypt.jar /bin/stackable-bcrypt.jar
107107
EOF
108108

109+
RUN chown -R ${STACKABLE_USER_UID}:0 /stackable
110+
RUN chmod -R g=u /stackable
111+
109112
# ----------------------------------------
110113
# Attention:
111114
# If you do any file based actions (copying / creating etc.) below this comment you

0 commit comments

Comments
 (0)