Add ca-certificates to the images

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

View file

@ -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 \