Created
March 26, 2025 07:56
-
-
Save ObjectBoxPC/4c73f61a750b1fb5e340c1e78a1e8250 to your computer and use it in GitHub Desktop.
Rip DVDs from a Docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:12-slim | |
RUN ["sed", "-i", "s/^Components: .*/Components: main contrib/", "/etc/apt/sources.list.d/debian.sources"] | |
RUN apt-get update && apt-get install -y libdvd-pkg dvdbackup | |
RUN ["dpkg-reconfigure", "libdvd-pkg"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment