Comcast/caption-inspector

Dockerfile needs update

grovevishal opened this issue · 2 comments

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

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

Hi @grovevishal . Try this one #20