From c5978981ac5634f2949390983be4ba1088439871 Mon Sep 17 00:00:00 2001 From: Marke Hallowell Date: Tue, 21 Nov 2023 10:15:56 -0800 Subject: [PATCH] Adding bash explicitly to container. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6b96c60..9465467 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ COPY --from=build /app/bin/nanit /app/bin/nanit COPY --from=build /app/scripts /app/scripts RUN apt-get update && apt-get install -y \ + bash \ curl \ jq