fix Dockerfile
Build Docker Image / docker (push) Successful in 31s

This commit is contained in:
Måns Sivertsson
2026-07-04 15:07:42 +02:00
parent f41e6a6e79
commit fa6d15a0c6
+2 -1
View File
@@ -5,7 +5,8 @@ ARG VERSION=2.2.0
RUN apt-get update
RUN apt-get install -y \
curl \
ca-certificates
ca-certificates \
gnupg
RUN curl -fsSL https://releases.hyperion-project.org/hyperion.pub.key | gpg --dearmor \
-o /usr/share/keyrings/hyperion.pub.gpg