From 0c7c175ebe9613aa9bed75a7cf6ebce81854a46e Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 26 Jul 2023 11:02:24 +0200 Subject: [PATCH] Dockerfile: re-add curl for the second time, so it can be used for docker health checks --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e193ded29..f34830baf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM debian:bookworm-slim as base RUN apt-get update -qqy -RUN apt-get install -qqy librocksdb-dev +RUN apt-get install -qqy librocksdb-dev curl ### Electrum Rust Server ### FROM base as electrs-build