Updated YourKit download url to archive.yourkit.com as download.yourkit.com stopped working for the version we are using

This commit is contained in:
Eva Vasques
2022-06-02 11:13:54 +01:00
parent 2d848f98c9
commit 2e804d9997
@@ -61,7 +61,7 @@ EXPOSE 8983
# "
# ports:
# - 10001:10001
RUN wget https://download.yourkit.com/yjp/2019.8/${JAVA_PROFILER}.zip -P /tmp/ && \
RUN wget https://archive.yourkit.com/yjp/2019.8/${JAVA_PROFILER}.zip -P /tmp/ && \
unzip /tmp/${JAVA_PROFILER}.zip -d /usr/local && \
rm /tmp/${JAVA_PROFILER}.zip && \
cp /usr/local/YourKit-JavaProfiler*/license-redist.txt /licenses/3rd-party/YourKit-license-redist.txt