Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker deploy failure - libdvdcss not reachable #112

Closed
1337-server opened this issue Feb 25, 2023 · 1 comment
Closed

Docker deploy failure - libdvdcss not reachable #112

1337-server opened this issue Feb 25, 2023 · 1 comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@1337-server
Copy link
Member

Seems that the package libdvdcss cant be updated as the host is down (dpkg-reconfigure libdvd-pkg triggers built to break)

Adding this to the docker image to pull and compile the latest version fixes the issue

RUN git clone https://code.videolan.org/videolan/libdvdcss && \
    cd libdvdcss && aclocal && autoreconf -i && \
    ./configure && \
    make -j32 && \
    make install && \
    cd .. && rm -R libdvdcss
@1337-server 1337-server added bug Something isn't working dependencies Pull requests that update a dependency file labels Feb 25, 2023
@1337-server
Copy link
Member Author

Issue now resolved as host is back up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant