Skip to content

Commit

Permalink
Merge pull request #140 from harena-lab/development
Browse files Browse the repository at this point in the history
fix (handbrake): automatic yes in the instalation
  • Loading branch information
santanche authored Apr 4, 2022
2 parents 5dadd30 + 027761e commit 917a7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:10

RUN apt update
RUN apt install vim -y
RUN apt install -qq handbrake-cli
RUN apt install -qq handbrake-cli -y

WORKDIR /app

Expand Down

0 comments on commit 917a7ba

Please sign in to comment.