From fd35666414bd430c8535c307f73766b2ebf08774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Sivertsson?= Date: Sat, 4 Jul 2026 14:47:10 +0200 Subject: [PATCH] fix curl --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af997aa..35d225c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,9 @@ FROM debian:bookworm ARG VERSION=2.2.0 RUN apt-get update -RUN apt-get install \ - curl +RUN apt-get install -y \ + curl \ + ca-certificates RUN curl -L -o /tmp/hyperion.deb \ https://github.com/hyperion-project/hyperion.ng/releases/download/${VERSION}/Hyperion-${VERSION}-Linux-amd64.deb