Add cmake installation to Dockerfile

This commit is contained in:
Kyle Speight
2026-04-09 10:06:52 -07:00
committed by GitHub
parent 2b8095a92a
commit 6832338a5a
+1
View File
@@ -11,6 +11,7 @@ RUN apt update \
ffmpeg \
iproute2 \
git \
cmake \
sqlite3 \
libsqlite3-dev \
python3 \