From 7e3b10d0b53275b963e65ae6cce816a128538dad Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 26 Jan 2024 03:17:10 +0000 Subject: [PATCH] feat: test --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f303bd6..c2ebb28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,8 @@ RUN export http_proxy=${PROXY} && \ export https_proxy=${PROXY} && \ # 安装 brew 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 管理器 brew install n && \ # 安装最新版本 node