Install git for apps that want to get their commit sha #854

Merged
telackey merged 1 commits from dboreham/add-git-to-webapp-image into main 2024-06-25 05:03:50 +00:00

View File

@ -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