Move check to file to match master

This commit is contained in:
thespad
2024-05-18 17:16:33 +01:00
parent 53f42d17ce
commit 72c8f9a3b4
4 changed files with 16 additions and 5 deletions

View File

@@ -28,7 +28,8 @@ RUN \
jellyfin-ffmpeg6 \
libomxil-bellagio0 \
libomxil-bellagio-bin \
libraspberrypi0 && \
libraspberrypi0 \
xmlstarlet && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \
@@ -36,7 +37,7 @@ RUN \
/var/tmp/*
# add local files
COPY root/ /
COPY root/ /
# ports and volumes
EXPOSE 8096 8920