Add ca-certificates package to build

attempting to fix SSL issues
This commit is contained in:
SlightlyCircuitous 2025-08-23 11:41:05 -04:00 committed by GitHub
parent 005024f722
commit 5e55cb7484
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ FROM debian:13
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 \