Timothy Pomeroy 2 年之前
父節點
當前提交
e84c566d05
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -4,6 +4,8 @@ WORKDIR /usr/src/app
 
 COPY package*.json ./
 
+RUN add-apt-repository --yes ppa:stebbins/handbrake-releases
+RUN apt-get update && apt-get install -y handbrake-cli
 RUN npm install
 
 COPY . .