Add sdl libs for native builds (#9595)

* Add sdl libs for native builds

* Alpine try again
This commit is contained in:
Jonathan Bennett
2026-02-11 06:29:16 -06:00
committed by GitHub
co-authored by GitHub
parent 44941b79cd
commit 75f3d123f3
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ ENV PIP_ROOT_USER_ACTION=ignore
RUN apt-get update && apt-get install --no-install-recommends -y \
cmake git zip libgpiod-dev libbluetooth-dev libi2c-dev \
libunistring-dev libmicrohttpd-dev libgnutls28-dev libgcrypt20-dev \
libusb-1.0-0-dev libssl-dev pkg-config libsqlite3-dev && \
libusb-1.0-0-dev libssl-dev pkg-config libsqlite3-dev libsdl2-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir -U \
platformio==6.1.16 \