Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bab51a4

Browse files
committedJul 30, 2024··
remove redundant downloads
1 parent b36040e commit bab51a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM gradle:8.9.0-jdk17 AS builder
22
COPY --chown=gradle:gradle . /home/gradle/src
33
WORKDIR /home/gradle/src
4-
RUN apt-get update && apt-get install -y unzip curl
54
RUN curl -O https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip \
65
&& unzip newrelic-java.zip
76
RUN gradle bootJar --no-daemon

0 commit comments

Comments
 (0)
Please sign in to comment.