mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 07:46:18 +00:00
Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# AWG GOLANG BUILDING STAGE
|
# AWG GOLANG BUILDING STAGE
|
||||||
# Base: Debian
|
# Base: Debian
|
||||||
#
|
#
|
||||||
FROM golang:1.25 AS awg-go
|
FROM golang:1.24 AS awg-go
|
||||||
|
|
||||||
# Standard working directory for WGDashboard
|
# Standard working directory for WGDashboard
|
||||||
RUN mkdir -p /workspace && \
|
RUN mkdir -p /workspace && \
|
||||||
@@ -37,11 +37,10 @@ FROM python:3.13-alpine AS pip-builder
|
|||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
build-base \
|
build-base \
|
||||||
|
libpq-dev \
|
||||||
mariadb-dev \
|
mariadb-dev \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
libffi-dev \
|
|
||||||
linux-headers \
|
|
||||||
&& mkdir -p /opt/wgdashboard/src \
|
&& mkdir -p /opt/wgdashboard/src \
|
||||||
&& python3 -m venv /opt/wgdashboard/src/venv
|
&& python3 -m venv /opt/wgdashboard/src/venv
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user