Skip to content

Commit 52f65ae

Browse files
committed
Add dependencies for ADLS and GCP to NiFi #942
1 parent 94e81f5 commit 52f65ae

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
@@ -45,7 +45,7 @@ RUN curl 'https://repo.stackable.tech/repository/m2/tech/stackable/nifi/stackabl
4545
patches/apply_patches.sh ${PRODUCT} && \
4646
# Build NiFi
4747
cd /stackable/nifi-${PRODUCT}-src/ && \
48-
mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure && \
48+
mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure,include-hadoop-gcp && \
4949
# Copy the binaries to the /stackable folder
5050
mv /stackable/nifi-${PRODUCT}-src/nifi-assembly/target/nifi-${PRODUCT}-bin/nifi-${PRODUCT} /stackable/nifi-${PRODUCT} && \
5151
# Copy the SBOM as well

0 commit comments

Comments
 (0)