mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-23 10:05:23 +00:00
修复编码错误。
This commit is contained in:
parent
da0cb81ab2
commit
6a5d375044
@ -4,7 +4,7 @@ FROM arm64v8/alpine
|
||||
|
||||
ENV TZ Asia/Shanghai
|
||||
|
||||
ENV cron="0 9 * * 0"
|
||||
ENV cron="0 10 * * 0"
|
||||
|
||||
RUN set -ex \
|
||||
# && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \
|
||||
|
@ -1,6 +1,7 @@
|
||||
FROM swoft/alphp:base
|
||||
#FROM swoft/alphp:cli
|
||||
#FROM alpine:latest
|
||||
|
||||
LABEL maintainer="david <367013672@qq.com>" version="1.0"
|
||||
|
||||
##
|
||||
|
@ -1,6 +1,7 @@
|
||||
FROM swoft/alphp:base
|
||||
#FROM swoft/alphp:cli
|
||||
#FROM alpine:latest
|
||||
|
||||
LABEL maintainer="david <367013672@qq.com>" version="1.0"
|
||||
|
||||
##
|
||||
|
@ -1,8 +1,11 @@
|
||||
# FROM arm64v8/alpine
|
||||
# FROM arm64v8/alpine:latest
|
||||
FROM arm64v8/alpine:3.12
|
||||
|
||||
ENV TZ Asia/Shanghai
|
||||
|
||||
ENV cron="0 9 * * 0"
|
||||
|
||||
RUN set -ex \
|
||||
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \
|
||||
# && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.cn/' /etc/apk/repositories \
|
||||
|
Loading…
x
Reference in New Issue
Block a user