Skip to content

Commit

Permalink
fixed download url for jvmkill.so
Browse files Browse the repository at this point in the history
  • Loading branch information
jgolinowski committed Aug 31, 2022
1 parent 3c30a1b commit 04a1ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY run.sh run.sh
RUN apt update \
&& apt install -y --no-install-recommends curl\
&& rm -rf /var/lib/apt/lists/*\
&& curl https://java-buildpack.cloudfoundry.org/jvmkill/bionic/x86_64/jvmkill-1.16.0-RELEASE.so --output /app/jvmkill.so\
&& curl https://java-buildpack.cloudfoundry.org/jvmkill/bionic/x86_64/jvmkill-1.16.0_RELEASE.so --output /app/jvmkill.so\
&& apt remove curl -y\
&& apt autoremove -y

Expand Down

0 comments on commit 04a1ff0

Please sign in to comment.