Skip to content

Commit

Permalink
Add ffmpeg to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Jun 27, 2019
1 parent 553d430 commit 6dcf827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL \
COPY qemu-* /usr/bin/

# System dependencies
RUN apk add --no-cache tzdata nmap openzwave-dev openzwave-libs
RUN apk add --no-cache tzdata nmap openzwave-dev openzwave-libs ffmpeg

RUN mkdir /src
WORKDIR /src
Expand Down

0 comments on commit 6dcf827

Please sign in to comment.