Skip to content

Commit

Permalink
HPCC-30063 Include all LN log agents in LN Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Klemm <[email protected]>
  • Loading branch information
Tim Klemm committed Nov 8, 2023
1 parent 8c12703 commit c8fe8d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/platform-build-ln/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ARG BUILD_THREADS
RUN if [ -n "${BUILD_THREADS}" ] ; then echo ${BUILD_THREADS} > ~/build_threads; else echo $(nproc) > ~/build_threads ; fi
RUN echo Building with $(cat ~/build_threads) threads
RUN make -j$(cat ~/build_threads) plugins
RUN make -j$(cat ~/build_threads) mysqllogagent wslogserviceespagent
RUN make -j$(cat ~/build_threads) mysqllogagent wslogserviceespagent scappsmodularlogagent

USER root

Expand All @@ -58,3 +58,4 @@ RUN cd oss/plugins/eeproxies && make -j$(cat ~hpcc/build_threads) install
RUN cd system/mysql && make -j$(cat ~hpcc/build_threads) install
RUN cd esp/logging/loggingagent/mysqlloggingagent && make -j$(cat ~hpcc/build_threads) install
RUN cd esp/logging/loggingagent/wslogserviceespagent && make -j$(cat ~hpcc/build_threads) install
RUN cd esp/logging/loggingagent/scappsmodularlogagent && make -j$(cat ~hpcc/build_threads) install

0 comments on commit c8fe8d8

Please sign in to comment.