feat: test

This commit is contained in:
mol
2024-01-26 04:05:15 +00:00
parent 7e3b10d0b5
commit 46ec0744ad

View File

@ -34,6 +34,8 @@ RUN export http_proxy=${PROXY} && \
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)" && \
apt-get update && \
apt-get install build-essential && \
# 安装 n node 管理器
brew install n && \
# 安装最新版本 node