+4
-1
@@ -2,10 +2,13 @@ FROM debian:bookworm
|
|||||||
|
|
||||||
ARG VERSION=2.2.0
|
ARG VERSION=2.2.0
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install \
|
||||||
|
curl
|
||||||
|
|
||||||
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 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