mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-07 06:56:14 +08:00
Fix dockerfile build
This commit is contained in:
parent
700d83cd8b
commit
3229cc1a40
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Use a multi-stage build to minimize final image size
|
||||
FROM python:3.13-alpine as builder
|
||||
FROM python:3.13-alpine AS builder
|
||||
|
||||
ARG BRANCH_NAME=master
|
||||
ENV BRANCH_NAME=${BRANCH_NAME}
|
||||
|
|
@ -12,6 +12,7 @@ RUN apk add --no-cache \
|
|||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
zlib-dev \
|
||||
libffi-dev \
|
||||
curl \
|
||||
bash
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.6.1-develop9
|
||||
4.6.1-develop10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue