Merge pull request #884 from WGDashboard/DaanSelen-patch-1

chore: add rust compiler
pull/885/head
Donald Zou 2025-09-16 20:00:58 +08:00 committed by GitHub
commit 7250422aaa
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