Comcast / caption-inspector

Caption Inspector is a reference decoder for Closed Captions (CEA-608 and CEA-708).
https://comcast.github.io/caption-inspector/
Apache License 2.0
72 stars 12 forks source link

Dockerfile needs update #19

Open grovevishal opened 11 months ago

grovevishal commented 11 months ago

FROM debian:9-slim as base Doesnot work anymore.

0.798 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. 0.798 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. 0.798 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. 0.798 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-arm64/Packages 404 Not Found [IP: 151.101.2.132 80] 0.798 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-arm64/Packages 404 Not Found 0.798 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-arm64/Packages 404 Not Found

Looks like we need to refer different repo path or change source list /etc/apt/sources.list Instructions on this link https://unix.stackexchange.com/questions/371890/debian-the-repository-does-not-have-a-release-file seems to help a little but then we start to see issue with OpenCL library

grovevishal commented 11 months ago

A quick "make docker" should reproduce this issue for anyone. @robdt: Do you have a setup to generate new Dockerfile ?

svlobanov commented 11 months ago

Hi @grovevishal . Try this one https://github.com/Comcast/caption-inspector/pull/20