Skip to content

Commit

Permalink
Merge pull request #26 from jellyfin/GIIIIIIIt
Browse files Browse the repository at this point in the history
Add git to list of commands in Dockerfile
  • Loading branch information
nvllsvm authored Feb 20, 2020
2 parents b4cd4d2 + 8831dfd commit e12ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV DEB_BUILD_OPTIONS=noddebs

# Prepare Debian build environment
RUN apt-get update \
&& yes | apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv equivs
&& yes | apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv equivs git

# Link to docker-build script
RUN ln -sf ${SOURCE_DIR}/docker-build.sh /docker-build.sh
Expand Down

0 comments on commit e12ef53

Please sign in to comment.