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 0fc38db commit bbdd7eeCopy full SHA for bbdd7ee
druid/Dockerfile
@@ -95,7 +95,7 @@ RUN microdnf update && \
95
USER stackable
96
WORKDIR /stackable
97
98
-COPY --from=druid-builder /stackable/apache-druid-${PRODUCT} /stackable/apache-druid-${PRODUCT}
+COPY --chown=stackable:stackable --from=druid-builder /stackable/apache-druid-${PRODUCT} /stackable/apache-druid-${PRODUCT}
99
COPY --chown=stackable:stackable druid/stackable/bin /stackable/bin
100
COPY --chown=stackable:stackable druid/licenses /licenses
101
0 commit comments