Ensure git is installed in builders
Needed for Webpack to get the commit SHA1 hash.
This commit is contained in:
@@ -54,7 +54,8 @@ RUN apk add \
|
||||
gcc \
|
||||
musl-dev \
|
||||
nasm \
|
||||
python3
|
||||
python3 \
|
||||
git
|
||||
|
||||
WORKDIR ${SOURCE_DIR}
|
||||
COPY jellyfin-web .
|
||||
|
||||
Reference in New Issue
Block a user