Skip to content

Commit

Permalink
Ensure git is installed in builders
Browse files Browse the repository at this point in the history
Needed for Webpack to get the commit SHA1 hash.
  • Loading branch information
joshuaboniface committed Nov 3, 2024
1 parent 6b2d24b commit 73642f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update -y \
gnupg \
devscripts \
build-essential \
git \
mmv \
lsb-release \
libssl*.* \
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN apk add \
gcc \
musl-dev \
nasm \
python3
python3 \
git

WORKDIR ${SOURCE_DIR}
COPY jellyfin-web .
Expand Down
1 change: 1 addition & 0 deletions portable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update -y \
gnupg \
devscripts \
build-essential \
git \
mmv \
lsb-release\
zip \
Expand Down

0 comments on commit 73642f3

Please sign in to comment.