1 Star 0 Fork 0

i_xxg/xiaoya

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
i_xxg 提交于 2024-03-07 12:31 . 测试文件
# 使用Alpine作为基础镜像
FROM alpine
# 更新Alpine的软件包列表
RUN apk update
# 安装常用的工具
RUN apk add \
jq \
sqlite \
nginx \
bash \
aria2 \
unzip \
p7zip \
curl \
wget \
git \
vim \
nano \
net-tools \
iputils \
&& rm -rf /var/cache/apk/*
COPY emby_userdata.sh /emby_userdata.sh
COPY update_all.sh /update_all.sh
# 设置容器的默认命令
CMD ["/bin/sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i-xxg/xiaoya.git
[email protected]:i-xxg/xiaoya.git
i-xxg
xiaoya
xiaoya
master

搜索帮助