chore: add rust compiler

pull/884/head
DaanSelen 2025-09-16 14:00:20 +02:00 committed by GitHub
parent 562201a342
commit 9661ff0b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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