mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Add ca-certificates to the images
This commit is contained in:
parent
b6d6e464ed
commit
d9def73096
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue