From d9def73096cd490a408cee5f15260e79b62e0b82 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index edfb14b5..550fbc37 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -12,10 +12,12 @@ fi apt-get -qq update if [ "$deps" = "x11-only" ]; then apt-get -qq install --no-install-recommends -y \ + ca-certificates \ libgl1-mesa-dri \ xvfb else apt-get -qq install --no-install-recommends -y \ + ca-certificates \ libvpx7 \ libx264-164 \ libopus0 \