add mosquitto to ci-container

This commit is contained in:
sfja 2026-03-28 03:06:31 +01:00
parent fd4019fbfa
commit db20d4986f

View File

@ -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}"