forked from cerc-io/stack-orchestrator
Install git for apps that want to get their commit sha (#854)
Reviewed-on: cerc-io/stack-orchestrator#854 Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to> Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to> Co-committed-by: David Boreham <dboreham@noreply.git.vdb.to>
This commit is contained in:
parent
48a3e79e6a
commit
df776c1b4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user