custom: add wget to moonraker-timelapse

This commit is contained in:
Markus Küffner
2023-09-13 18:20:07 +02:00
parent a6bcf5c684
commit 5c619921ed

View File

@@ -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: