Update Dockerfile

pull/876/head
Donald Zou 2025-09-11 20:38:08 +08:00
parent a517867cdf
commit 06f7e7f74b
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ RUN apk add --no-cache --virtual .build-deps \
mariadb-dev \
pkgconfig \
python3-dev \
libffi-dev \
linux-headers \
&& mkdir -p /opt/wgdashboard/src \
&& python3 -m venv /opt/wgdashboard/src/venv