Skip to content

Commit 999b808

Browse files
Update nifi/Dockerfile
Co-authored-by: Malte Sander <[email protected]>
1 parent fe883b9 commit 999b808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nifi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-builder /stackable/nifi-${PRODU
119119
COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-builder /stackable/stackable-bcrypt.jar /stackable/stackable-bcrypt.jar
120120

121121
COPY --chown=${STACKABLE_USER_UID}:0 --from=opa-authorizer-builder /stackable/nifi-opa-plugin/authorizer/target/opa-authorizer.nar /stackable/nifi-${PRODUCT}/extensions/opa-authorizer.nar
122-
122+
COPY --chown=${STACKABLE_USER_UID}:0 --from=opa-authorizer-builder /stackable/nifi-opa-plugin/LICENSE /licenses/NIFI_OPA_PLUGIN_LICENSE
123123
COPY --chown=${STACKABLE_USER_UID}:0 nifi/stackable/bin /stackable/bin
124124
COPY --chown=${STACKABLE_USER_UID}:0 nifi/licenses /licenses
125125
COPY --chown=${STACKABLE_USER_UID}:0 nifi/python /stackable/python

0 commit comments

Comments
 (0)