mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
Add ca-certificates package to build
This commit is contained in:
parent
e6057f0685
commit
b9749c410a
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ FROM ubuntu:26.04
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
clang-format \
|
clang-format \
|
||||||
cmake \
|
cmake \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue