+6
-9
@@ -5,20 +5,17 @@ ARG VERSION=2.2.0
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
curl \
|
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
|
|
||||||
|
|
||||||
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.releases.hyperion-project.org/ bookworm main" \
|
|
||||||
> /etc/apt/sources.list.d/hyperion.list
|
|
||||||
|
|
||||||
RUN curl -L -o /tmp/hyperion.deb \
|
RUN curl -L -o /tmp/hyperion.deb \
|
||||||
https://github.com/hyperion-project/hyperion.ng/releases/download/${VERSION}/Hyperion-${VERSION}-Linux-amd64.deb
|
https://github.com/hyperion-project/hyperion.ng/releases/download/${VERSION}/Hyperion-${VERSION}-Linux-amd64.deb
|
||||||
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y /tmp/hyperion.deb
|
RUN apt-get install -y /tmp/hyperion.deb
|
||||||
|
RUN apt-get install -y \
|
||||||
|
libexpat1 \
|
||||||
|
libfontconfig1 \
|
||||||
|
libglib2.0-0 \
|
||||||
|
libusb-1.0-0
|
||||||
RUN rm /tmp/hyperion.deb
|
RUN rm /tmp/hyperion.deb
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user