Skip to content

Commit

Permalink
HDDS-5025. Upgrade Async Profiler (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Mar 28, 2021
1 parent 58eb62e commit 69ef35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ ADD https://repo.maven.apache.org/maven2/org/jboss/byteman/byteman/4.0.4/byteman
RUN chmod o+r /opt/byteman.jar

#async profiler for development profiling
RUN mkdir -p /opt/profiler && \
cd /opt/profiler && \
curl -L https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.5/async-profiler-1.5-linux-x64.tar.gz | tar xvz
RUN cd /opt && \
curl -L https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.0/async-profiler-2.0-linux-x64.tar.gz | tar xvz && \
mv async-profiler-2.0-linux-x64 profiler

ENV JAVA_HOME=/usr/lib/jvm/jre/
ENV LD_LIBRARY_PATH /usr/local/lib
Expand Down

0 comments on commit 69ef35d

Please sign in to comment.