build: add jeprof to linux image

This commit is contained in:
evenyag
2024-11-14 14:21:25 +08:00
parent 975f19f452
commit c98db4f5ff

View File

@@ -58,6 +58,7 @@ RUN python3 -m pip install -r /etc/greptime/requirements.txt
WORKDIR /greptime
COPY --from=builder /out/target/${OUTPUT_DIR}/greptime /greptime/bin/
COPY --from=builder /out/target/${OUTPUT_DIR}/build/tikv-jemalloc-sys-*/out/build/bin/jeprof /greptime/bin/
RUN chmod +x /greptime/bin/jeprof
ENV PATH /greptime/bin/:$PATH