From ad4d0ddfda84712717473efb229e57afc21e77c3 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 26 May 2025 13:16:20 +1200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28ef83c..ce44610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN apk add --no-cache \ curl \ openssl-dev \ zlib-static \ - zlib-dev + zlib-dev \ + bash ######################################## # nlohmann/json (compiled static .a) #