From a5f5d1fb36cf53aa62a5cb55517824531ea017d1 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 21 Jan 2023 00:22:48 -0500 Subject: [PATCH] Fix install line, d'oh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52f54cc..07d2976 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:stretch-slim RUN apt-get update && \ - apt-get -y ffmpeg && \ + apt-get -y install ffmpeg && \ rm -rf /var/lib/apt/lists/* \ No newline at end of file