Timothy Pomeroy %!s(int64=2) %!d(string=hai) anos
pai
achega
e84c566d05
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 . .