luoyutianyang commited on
Commit
4edf367
·
verified ·
1 Parent(s): f419647

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # 复制应用程序代码到工作目录
8
  COPY . .
9
 
10
- # 安装OpenCV和Node.js相关依赖
11
  RUN pacman -S nodejs --noconfirm
12
  RUN pacman -S npm --noconfirm
13
  RUN pacman -S cmake --noconfirm
 
7
  # 复制应用程序代码到工作目录
8
  COPY . .
9
 
10
+ RUN pacman -Sy
11
  RUN pacman -S nodejs --noconfirm
12
  RUN pacman -S npm --noconfirm
13
  RUN pacman -S cmake --noconfirm