From 07f7118ad33682026cfe2d52747757e0b7a113c6 Mon Sep 17 00:00:00 2001 From: Christian Pape Date: Thu, 9 Nov 2023 09:13:10 +0100 Subject: [PATCH] NMS-16149: Fix build --- opennms-container/sentinel/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/opennms-container/sentinel/Dockerfile b/opennms-container/sentinel/Dockerfile index 543419f39f1e..f00aedba9aa0 100644 --- a/opennms-container/sentinel/Dockerfile +++ b/opennms-container/sentinel/Dockerfile @@ -110,7 +110,6 @@ RUN setcap cap_net_raw+ep ${JAVA_HOME}/bin/java && \ # Install confd.io configuration files and scripts and ensure they are executable COPY ./container-fs/confd/ /opt/sentinel/confd/ RUN chmod +x /opt/sentinel/confd/scripts/* -COPY ./sentinel-config-schema.yml /opt/sentinel/confd/ RUN touch /opt/sentinel/sentinel-config.yaml VOLUME [ "/usr/share/sentinel/deploy", "/usr/share/sentinel/etc", "/usr/share/sentinel/data" ]