From 9c984aa415f7cc76dca04b2d49a269adbc232639 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 6 Jan 2021 18:41:09 +0300 Subject: [PATCH] Add SSL certificates for HTTPS downloads --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 008388f0..bb276532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,8 @@ FROM debian:10-slim ARG BUILD_PATH WORKDIR /usr/local/share/cloud-game -RUN apt-get update && apt-get install -y \ +RUN apt-get update && apt-get install --no-install-recommends -y \ + ca-certificates \ libvpx5 \ libopus0 \ libopusfile0 \