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

@@ -54,7 +54,8 @@ RUN apk add \
gcc \
musl-dev \
nasm \
python3
python3 \
git
WORKDIR ${SOURCE_DIR}
COPY jellyfin-web .