Merge pull request #4 from pure5665/main

Add xxd and ffmpeg for convert.sh
This commit is contained in:
Ben V. Brown 2022-12-31 17:13:41 +11:00 committed by GitHub
commit 1e252be66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ FROM debian:buster
LABEL maintainer="Ben V. Brown <ralim@ralimtek.com>"
RUN apt update && apt-get install -y make git bash curl tar bzip2 bc
RUN apt update && apt-get install -y make git bash curl tar bzip2 bc xxd ffmpeg
WORKDIR /src
# Git trust