From 34d31461c2c13e0d053619c423f5fac21ee09184 Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Fri, 11 Jul 2025 22:56:51 +0200 Subject: [PATCH] fix: Add missing patched-libs --- hadoop/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop/Dockerfile b/hadoop/Dockerfile index f1279cbe9..c74a1b8e9 100644 --- a/hadoop/Dockerfile +++ b/hadoop/Dockerfile @@ -212,6 +212,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-builder /stackable/hadoop-${P COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-builder /stackable/async-profiler-${ASYNC_PROFILER}-* /stackable/async-profiler-${ASYNC_PROFILER} COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-builder /stackable/jmx /stackable/jmx COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-builder /stackable/protobuf-*-src.tar.gz /stackable/ +COPY --chown=${STACKABLE_USER_UID}:0 --from=hadoop-builder /stackable/patched-libs /stackable/patched-libs COPY --chown=${STACKABLE_USER_UID}:0 --from=hdfs-utils-builder /stackable/hdfs-utils-${HDFS_UTILS}.jar /stackable/hadoop-${PRODUCT}-stackable${RELEASE}/share/hadoop/common/lib/hdfs-utils-${HDFS_UTILS}.jar COPY --chown=${STACKABLE_USER_UID}:0 --from=hdfs-utils-builder /stackable/hdfs-utils-${HDFS_UTILS}-src.tar.gz /stackable @@ -252,6 +253,7 @@ ln -s "/stackable/async-profiler-${ASYNC_PROFILER}-${TARGETOS}-${ARCH}" /stackab chown --no-dereference "${STACKABLE_USER_UID}:0" /stackable/async-profiler chmod g=u /stackable/jmx +chmod g=u /stackable/patched-libs # ----------------------------------------