Add ca-certificates package to build

This commit is contained in:
SlightlyCircuitous 2026-04-03 11:05:14 -04:00 committed by GitHub
parent e6057f0685
commit b9749c410a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ FROM ubuntu:26.04
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
ccache \
clang-format \
cmake \