From dd2879d9b4860afb2d24ddb9d8b44364fd3f8130 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 21 Dec 2024 14:03:15 +0300 Subject: [PATCH] Add line break to multiline label in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79f599c..eb1a908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,6 @@ CMD ["--host", "0.0.0.0"] LABEL org.opencontainers.image.source=https://github.com/15532th/avtdl LABEL org.opencontainers.image.description="Monitoring and automation tool for Youtube and other streaming platforms \ - +\ Includes additional tools commonly used with avtdl: ffmpeg, yt-dlp and ytarchive." LABEL org.opencontainers.image.licenses=MIT \ No newline at end of file