Skip to content

Commit

Permalink
Add yourkit java profiler agents
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 7, 2023
1 parent 067ebc1 commit a6989e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ ENV\

WORKDIR /opt/minecraft

# Install YourKit Java Profiler agents
RUN wget https://www.yourkit.com/download/docker/YourKit-JavaProfiler-2023.5-docker.zip -P /tmp/ && \
unzip /tmp/YourKit-JavaProfiler-2023.5-docker.zip -d /usr/local && \
rm /tmp/YourKit-JavaProfiler-2023.5-docker.zip \

# Install keepup
RUN wget -nv -O keepup.zip https://github.com/MineInAbyss/Keepup/releases/download/v${KEEPUP_VERSION}/keepup-${KEEPUP_VERSION}.zip \
# unzip file inside hocon-to-json.zip into /usr/local \
Expand Down

0 comments on commit a6989e0

Please sign in to comment.