From 2cd5aa555066d24908e002d690b660d6262e86ff Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 20 Oct 2019 12:13:02 +0300 Subject: [PATCH] Can't check binary during build. There's no flag that won't fail. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1a7519..cacb4f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,3 @@ RUN apt-get update && \ USER nobody ENV PATH=/usr/lib/nagios/plugins:/usr/local/bin:/usr/bin:/bin ENTRYPOINT ["check_nrpe"] -RUN check_nrpe --help -- GitLab