Hi,
Using OMV5
Trying to setup wyzecam-bridge docker.
When running composer get this error.
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Building wyzecam-bridge
Sending build context to Docker daemon 17.92kB
Step 1/8 : FROM python:3.9-slim
---> c2f204720fdd
Step 2/8 : RUN apt-get update && apt-get install ffmpeg unzip g++ -y && rm -rf /var/lib/apt/lists/*
---> Running in 1d5000af3b8b
Err:1 http://deb.debian.org/debian buster InRelease
Temporary failure resolving 'deb.debian.org'
Err:2 http://security.debian.org/debian-security buster/updates InRelease
Temporary failure resolving 'security.debian.org'
Err:3 http://deb.debian.org/debian buster-updates InRelease
Temporary failure resolving 'deb.debian.org'
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/deb…/buster/updates/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package ffmpeg
E: Unable to locate package unzip
The command '/bin/sh -c apt-get update && apt-get install ffmpeg unzip g++ -y && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
ERROR: Service 'wyzecam-bridge' failed to build
How can i solve the
Err:1 http://deb.debian.org/debian buster InRelease
Temporary failure resolving 'deb.debian.org'
Thanks