From d1ed0662d1ecd7bf8c41d325fbd966730e37f0f3 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 28 Sep 2025 21:08:29 -0600 Subject: [PATCH] Also add ca-certificates --- Dockerfile.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 286e721..8e1efc8 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -7,6 +7,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ binutils \ binutils-mingw-w64-i686 \ + ca-certificates \ cmake \ file \ g++-multilib \