mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-10-31 21:00:58 +01:00
fixed Docker build CA error
This commit is contained in:
parent
75d342f145
commit
b2d7415a2c
@ -38,7 +38,7 @@ apt-get install -y --no-install-recommends apt-fast
|
|||||||
apt-fast update
|
apt-fast update
|
||||||
|
|
||||||
# install runtime packages
|
# install runtime packages
|
||||||
apt-fast install -y --no-install-recommends ffmpeg libmagic1 nvidia-cuda-toolkit nvidia-driver-440 python3.8
|
apt-fast install -y --no-install-recommends ca-certificates ffmpeg libmagic1 nvidia-cuda-toolkit nvidia-driver-440 python3.8
|
||||||
|
|
||||||
# install compilation packages
|
# install compilation packages
|
||||||
apt-fast install -y --no-install-recommends git-core curl wget ca-certificates gnupg2 python3-dev python3-pip python3-setuptools python3-wheel
|
apt-fast install -y --no-install-recommends git-core curl wget ca-certificates gnupg2 python3-dev python3-pip python3-setuptools python3-wheel
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user