mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-21 09:08:57 +00:00
Add SSL certificates for HTTPS downloads
This commit is contained in:
parent
348d853365
commit
9c984aa415
1 changed files with 2 additions and 1 deletions
3
Dockerfile
vendored
3
Dockerfile
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue