mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Add git to list of commands in Dockerfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user