Timothy Pomeroy 2 năm trước cách đây
mục cha
commit
e84c566d05
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 . .