Skip to content

Commit bbdd7ee

Browse files
Fix the ownership of the Druid directory in the Druid image (#742)
1 parent 0fc38db commit bbdd7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN microdnf update && \
9595
USER stackable
9696
WORKDIR /stackable
9797

98-
COPY --from=druid-builder /stackable/apache-druid-${PRODUCT} /stackable/apache-druid-${PRODUCT}
98+
COPY --chown=stackable:stackable --from=druid-builder /stackable/apache-druid-${PRODUCT} /stackable/apache-druid-${PRODUCT}
9999
COPY --chown=stackable:stackable druid/stackable/bin /stackable/bin
100100
COPY --chown=stackable:stackable druid/licenses /licenses
101101

0 commit comments

Comments
 (0)