We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652fb5c commit ceabe97Copy full SHA for ceabe97
superset/Dockerfile
@@ -121,7 +121,7 @@ rm -rf /var/cache/yum
121
122
# All files and folders owned by root group to support running as arbitrary users.
123
# This is best practice as all container users will belong to the root group (0).
124
-chown -R ${STACKABLE_USER_UID}:0 /stackable
+chown -R "${STACKABLE_USER_UID}:0" /stackable
125
chmod -R g=u /stackable
126
EOF
127
0 commit comments