+2
-2
@@ -10,8 +10,8 @@ RUN apt-get install -y \
|
||||
RUN curl -L -o /tmp/hyperion.deb \
|
||||
https://github.com/hyperion-project/hyperion.ng/releases/download/${VERSION}/Hyperion-${VERSION}-Linux-amd64.deb
|
||||
|
||||
RUN apt-get install -y /tmp/Hyperion*.deb
|
||||
RUN rm /tmp/Hyperion*.deb
|
||||
RUN apt-get install -y /tmp/hyperion.deb
|
||||
RUN rm /tmp/hyperion.deb
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV UID=1000
|
||||
|
||||
Reference in New Issue
Block a user