Timothy Pomeroy il y a 2 ans
Parent
commit
e84c566d05
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 . .