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 5f098ac commit 5eebd47Copy full SHA for 5eebd47
druid/Dockerfile
@@ -117,7 +117,7 @@ RUN <<EOF
117
microdnf update
118
microdnf clean all
119
rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}\n" | sort > /stackable/package_manifest.txt
120
-chown -h ${STACKABLE_USER_UID}:0 /stackable/package_manifest.txt
+chown ${STACKABLE_USER_UID}:0 /stackable/package_manifest.txt
121
rm -rf /var/cache/yum
122
123
chmod -R g=u /stackable/bin
0 commit comments