From e485cc8862fda1889e91d395bd4e61b4d55703b4 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 26 Apr 2023 23:07:13 +0300 Subject: [PATCH] Add ca-certificates to the images --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index edfb14b5..9a3c7219 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 \