danielpaulus / quicktime_video_hack

Record iOS device audio and video
MIT License
520 stars 110 forks source link

Failed to build linux docker image #103

Open sshnuke3 opened 2 years ago

sshnuke3 commented 2 years ago

[root@VM-4-4-centos docker]# docker build -f Dockerfile.debian -t "qvhrun:$(git branch --show-current)" . Sending build context to Docker daemon 5.632kB Step 1/6 : FROM debian:latest ---> 82bd5ee7b1c5 Step 2/6 : 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 ---> Running in 0a8aef647fcf Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] Fetched 8412 kB in 2s (5283 kB/s) Reading package lists...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists... Building dependency tree... Reading state information... Package gstreamer1.0-doc is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'gstreamer1.0-doc' has no installation candidate The command '/bin/sh -c 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' returned a non-zero code: 100