chore: add rust compiler

This commit is contained in:
DaanSelen
2025-09-16 14:00:20 +02:00
committed by GitHub
parent 562201a342
commit 9661ff0b78

View File

@@ -52,6 +52,8 @@ RUN apk add --no-cache \
python3-dev \
libffi-dev \
linux-headers \
rust \
cargo \
&& mkdir -p /opt/wgdashboard/src \
&& python3 -m venv /opt/wgdashboard/src/venv