From 3920d6757c47b010f5e6c100c472107a22dc6486 Mon Sep 17 00:00:00 2001 From: Juan Pablo Balarini Date: Thu, 4 Jan 2024 01:59:39 -0300 Subject: [PATCH] Update Dockerfile Install curl so we are able to make health checks --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 20063600..e6feb0d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins libomp-dev \ ca-certificates \ libssl-dev \ + curl \ && rm -rf /var/lib/apt/lists/* # Copy a lot of the Intel shared objects because of the mkl_serv_intel_cpu_true patch...