Skip to content

Commit

Permalink
fix: Add ffmpeg to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 16, 2023
1 parent 7919c53 commit e08d515
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 @@ -6,7 +6,7 @@ COPY Cargo.toml .
COPY Arial.ttf .

RUN apt-get update && \
apt-get install -y clang libvncserver-dev && \
apt-get install -y clang libvncserver-dev ffmpeg && \
rm -rf /var/lib/apt/lists/*
RUN cargo install --path .

Expand Down

0 comments on commit e08d515

Please sign in to comment.