fix curl
Build Docker Image / docker (push) Failing after 20s

This commit is contained in:
Måns Sivertsson
2026-07-04 14:47:10 +02:00
parent 4e3bfb67d4
commit fd35666414
+3 -2
View File
@@ -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