mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-17 16:26:57 +08:00
8 lines
250 B
Docker
8 lines
250 B
Docker
FROM registry.cn-beijing.aliyuncs.com/yunionio/torrent:3.22.2-0
|
|
|
|
LABEL maintainer="Zexi Li <lizexi@yunionyun.com>"
|
|
|
|
RUN sed -i 's!https://dl-cdn.alpinelinux.org/!https://mirrors.ustc.edu.cn/!g' /etc/apk/repositories
|
|
|
|
RUN apk add --no-cache s3fs-fuse
|