Add SSL certificates for HTTPS downloads

This commit is contained in:
Sergey Stepanov 2021-01-06 18:41:09 +03:00
parent 348d853365
commit 9c984aa415
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

3
Dockerfile vendored
View file

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