Add ca-certificates to the images

This commit is contained in:
Sergey Stepanov 2023-04-26 23:07:13 +03:00
parent b6d6e464ed
commit e485cc8862
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -16,6 +16,7 @@ if [ "$deps" = "x11-only" ]; then
xvfb
else
apt-get -qq install --no-install-recommends -y \
ca-certificates \
libvpx7 \
libx264-164 \
libopus0 \