Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 8468c10

Browse files
Update Dockerfile
1 parent 699ffe4 commit 8468c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ COPY TC.prod.ldap.keystore ./TC.prod.ldap.keystore
1919

2020
COPY run-service.sh ./run-service.sh
2121

22-
RUN yum install wget -y; \
23-
wget -O dd-java-agent.jar 'https://search.maven.org/classic/remote_content?g=com.datadoghq&a=dd-java-agent&v=LATEST'
22+
#RUN yum install wget -y; \
23+
#wget -O dd-java-agent.jar 'https://search.maven.org/classic/remote_content?g=com.datadoghq&a=dd-java-agent&v=LATEST'
2424

2525
CMD ["/bin/bash", "/data/run-service.sh"]
2626

0 commit comments

Comments
 (0)