mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Add ca-certificates package to build
attempting to fix SSL issues
This commit is contained in:
parent
005024f722
commit
5e55cb7484
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ FROM debian:13
|
|||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
clang-format \
|
||||
cmake \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue