feat: test
This commit is contained in:
@ -32,6 +32,8 @@ RUN export http_proxy=${PROXY} && \
|
|||||||
export https_proxy=${PROXY} && \
|
export https_proxy=${PROXY} && \
|
||||||
# 安装 brew
|
# 安装 brew
|
||||||
curl -ofsSL install.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash && \
|
curl -ofsSL install.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash && \
|
||||||
|
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /root/.bashrc && \
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
|
||||||
# 安装 n node 管理器
|
# 安装 n node 管理器
|
||||||
brew install n && \
|
brew install n && \
|
||||||
# 安装最新版本 node
|
# 安装最新版本 node
|
||||||
|
Reference in New Issue
Block a user