mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-27 19:52:08 +08:00
fix: 非版本问题系源问题
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM alpine:3.21
|
FROM alpine:latest
|
||||||
# 安装必要的工具
|
# 安装必要的工具
|
||||||
RUN apk add --no-cache wget curl bash
|
RUN apk add --no-cache wget curl bash
|
||||||
RUN apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
RUN apk add --no-cache bind-tools
|
||||||
|
# --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||||
RUN apk add --no-cache grep openssl ca-certificates uuidgen
|
RUN apk add --no-cache grep openssl ca-certificates uuidgen
|
||||||
RUN export noninteractive=true
|
RUN export noninteractive=true
|
||||||
# 下载并执行 goecs.sh 脚本
|
# 下载并执行 goecs.sh 脚本
|
||||||
|
Reference in New Issue
Block a user