-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathDockerfile.debian
More file actions
10 lines (8 loc) · 639 Bytes
/
Dockerfile.debian
File metadata and controls
10 lines (8 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
FROM debian:latest
#Gstreamer dependencies take quite some time to install so I separate them
RUN apt-get update && apt install -y libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
#Other dependencies
RUN apt-get update && apt install -y wget zip libusb-1.0
RUN wget https://github.com/danielpaulus/quicktime_video_hack/releases/download/v0.2-beta/bin.zip
RUN unzip bin.zip
RUN chmod +x /bin/linux/qvh