Skip to content

Instantly share code, notes, and snippets.

@ObjectBoxPC
Created March 26, 2025 07:56
Show Gist options
  • Save ObjectBoxPC/4c73f61a750b1fb5e340c1e78a1e8250 to your computer and use it in GitHub Desktop.
Save ObjectBoxPC/4c73f61a750b1fb5e340c1e78a1e8250 to your computer and use it in GitHub Desktop.
Rip DVDs from a Docker container
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