From 671a73a6c4b0f580a61c738efb3ca3d0f9727adb Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 7 Mar 2023 10:57:51 +0100 Subject: [PATCH] fix typo Signed-off-by: Simon L --- Containers/imaginary/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/imaginary/Dockerfile b/Containers/imaginary/Dockerfile index b27ec131..f3022937 100644 --- a/Containers/imaginary/Dockerfile +++ b/Containers/imaginary/Dockerfile @@ -8,7 +8,7 @@ RUN set -ex; \ apt-get install -y --no-install-recommends \ netcat \ ; \ - echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list \ + echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list; \ apt-get update; \ apt-get install -t bookworm -y --no-install-recommends \ libheif1 \