From 07ef1d0a0923c57b519f16b1ad4e4b84723b5c68 Mon Sep 17 00:00:00 2001 From: pure <64907372+pure5665@users.noreply.github.com> Date: Sat, 31 Dec 2022 07:04:46 +0100 Subject: [PATCH] Add xxd and ffmpeg for convert.sh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c261ac..cb9afa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM debian:buster LABEL maintainer="Ben V. Brown " -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