I'm getting this runtime error when building the docker image
fatal: unable to access 'https://git.videolan.org/git/ffmpeg/nv-codec-headers.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none The command '/bin/sh -c git clone -b sdk/8.2 --single-branch https://git.videolan.org/git/ffmpeg/nv-codec-headers.git && cd nv-codec-headers && make install && cd .. && rm -rf nv-codec-headers' returned a non-zero code: 128
Is the repository private?
I'm getting this runtime error when building the docker image
fatal: unable to access 'https://git.videolan.org/git/ffmpeg/nv-codec-headers.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none The command '/bin/sh -c git clone -b sdk/8.2 --single-branch https://git.videolan.org/git/ffmpeg/nv-codec-headers.git && cd nv-codec-headers && make install && cd .. && rm -rf nv-codec-headers' returned a non-zero code: 128Is the repository private?