From db20d4986fb8751c51310a6b442e96e8a35e48f5 Mon Sep 17 00:00:00 2001 From: sfja Date: Sat, 28 Mar 2026 03:06:31 +0100 Subject: [PATCH] add mosquitto to ci-container --- ci-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-container/Dockerfile b/ci-container/Dockerfile index f1a2eab..f1865f4 100644 --- a/ci-container/Dockerfile +++ b/ci-container/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:edge -RUN apk add --no-cache curl build-base clang22-extra-tools sdl3-dev +RUN apk add --no-cache curl build-base clang22-extra-tools sdl3-dev mosquitto RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}"