20 Star 104 Fork 19

炒饭/wechat_web_devtools

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile-update 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
炒饭 提交于 2019-03-25 23:02 +08:00 . chore: update build-update
# canyoutle/wxdt:update
FROM node:10
RUN echo "\n\
# mirrors.aliyun.com\n\
deb http://mirrors.aliyun.com/debian/ stretch main non-free contrib\n\
deb-src http://mirrors.aliyun.com/debian/ stretch main non-free contrib\n\
deb http://mirrors.aliyun.com/debian-security stretch/updates main\n\
deb-src http://mirrors.aliyun.com/debian-security stretch/updates main\n\
deb http://mirrors.aliyun.com/debian/ stretch-updates main non-free contrib\n\
deb-src http://mirrors.aliyun.com/debian/ stretch-updates main non-free contrib\n\
deb http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib\n\
deb-src http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib\n\
" > /etc/apt/sources.list && cat /etc/apt/sources.list
RUN apt-get update \
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
wget \
curl \
p7zip-full
ENV LANG C.UTF-8
RUN echo "Asia/Shanghai" > /etc/timezone
ENTRYPOINT [ "bash" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chao-fan/wechat_web_devtools.git
git@gitee.com:chao-fan/wechat_web_devtools.git
chao-fan
wechat_web_devtools
wechat_web_devtools
master

搜索帮助