From df776c1b4cddb83b72d322f4f2a5cfcb19eb1d50 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 25 Jun 2024 05:03:49 +0000 Subject: [PATCH] Install git for apps that want to get their commit sha (#854) Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/854 Reviewed-by: Thomas E Lackey Co-authored-by: David Boreham Co-committed-by: David Boreham --- .../data/container-build/cerc-webapp-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile b/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile index 5b119b31..cfd461c9 100644 --- a/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile +++ b/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile @@ -32,7 +32,7 @@ RUN \ # [Optional] Uncomment this section to install additional OS packages. RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install --no-install-recommends jq gettext-base + && apt-get -y install --no-install-recommends jq gettext-base git # [Optional] Uncomment if you want to install an additional version of node using nvm # ARG EXTRA_NODE_VERSION=10