From 725ba29b64f7b0ef74d104225d3297ca31bbc358 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 28 Apr 2024 01:53:19 +0200 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2601768..8e50648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ FROM debian:bookworm AS runtime WORKDIR /app ARG PROGNAME -RUN apt-get update && apt-get install -y libssl-dev coreutils +RUN apt-get update && apt-get install -y libssl-dev coreutils ffmpeg # Create a script to run the command and sleep for one hour after the command is done RUN echo "#!/bin/bash \n \ echo \"Running command: '$PROGNAME'\" \n \