From 5c619921edd5dc3274e0aed85342eb73d514b732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Wed, 13 Sep 2023 18:20:07 +0200 Subject: [PATCH] custom: add wget to moonraker-timelapse --- custom/docker-compose.custom.moonraker-timelapse.override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/docker-compose.custom.moonraker-timelapse.override.yaml b/custom/docker-compose.custom.moonraker-timelapse.override.yaml index 460c1cc..9fbbbb0 100644 --- a/custom/docker-compose.custom.moonraker-timelapse.override.yaml +++ b/custom/docker-compose.custom.moonraker-timelapse.override.yaml @@ -42,7 +42,7 @@ services: FROM mkuf/moonraker:latest USER root RUN apt update \ - && apt install -y ffmpeg \ + && apt install -y ffmpeg wget \ && apt clean USER moonraker volumes: