更新 Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2024-02-24 15:23:35 +00:00
parent 7b63cb8898
commit 52b088dfcf

View File

@ -39,7 +39,7 @@ RUN echo "安装基础工具与配置文件" && \
echo "安装 node 环境" && \ echo "安装 node 环境" && \
# apt-get install -y npm && \ # apt-get install -y npm && \
# 安装 brew 管理器 # 安装 brew 管理器
git clone https://mirrors.aliyun.com/homebrew/install.git brew-install && \ git clone --depth=1 https://mirrors.aliyun.com/homebrew/install.git brew-install && \
/bin/bash brew-install/install.sh && \ /bin/bash brew-install/install.sh && \
rm -rf brew-install && \ rm -rf brew-install && \
echo 'export HOMEBREW_API_DOMAIN="https://mirrors.aliyun.com/homebrew-bottles/api"' >> ~/.bash_profile && \ echo 'export HOMEBREW_API_DOMAIN="https://mirrors.aliyun.com/homebrew-bottles/api"' >> ~/.bash_profile && \