fix typos
Build Docker Image / docker (push) Successful in 29s

This commit is contained in:
Måns Sivertsson
2026-07-04 15:01:43 +02:00
parent fd35666414
commit f29f37d616
+2 -2
View File
@@ -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