Ensure git is installed in builders

Needed for Webpack to get the commit SHA1 hash.
This commit is contained in:
Joshua M. Boniface
2024-11-03 11:05:05 -05:00
parent 6b2d24b40c
commit 73642f3cda
3 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ RUN apt-get update -y \
gnupg \
devscripts \
build-essential \
git \
mmv \
lsb-release\
zip \