Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Fix ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Sep 24, 2023
1 parent 6420cac commit e704d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN apt-get update -y; \
apt-get install ffmpeg -y; \
#
# Log out the ffmpeg version
ffmpeg --version
ffmpeg -version


#
Expand Down

0 comments on commit e704d17

Please sign in to comment.