Skip to content

Commit

Permalink
remove redundant downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jul 30, 2024
1 parent b36040e commit bab51a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM gradle:8.9.0-jdk17 AS builder
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN apt-get update && apt-get install -y unzip curl
RUN curl -O https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip \
&& unzip newrelic-java.zip
RUN gradle bootJar --no-daemon
Expand Down

0 comments on commit bab51a4

Please sign in to comment.