From befc5894f7295d02b25e55a7dd5d276dae153bea Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Fri, 30 Aug 2024 11:19:33 -0400 Subject: [PATCH] Install scan-build and gcc cross-compilation dependencies --- ubuntu-latest/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu-latest/Dockerfile b/ubuntu-latest/Dockerfile index 878fc09..4076e33 100644 --- a/ubuntu-latest/Dockerfile +++ b/ubuntu-latest/Dockerfile @@ -14,9 +14,11 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \ astyle \ clang \ clang-format \ + clang-tools \ cmake \ docker.io \ gcc \ + gcc-mingw-w64 \ g++ \ git \ libtool \