1
0
Fork 0

Remove image squashing from ndi-feeder.

liquidsoap-2.2
Icedream 2023-03-21 04:21:23 +01:00
parent 3d61e99d06
commit 0356616566
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 12 deletions

View File

@ -268,9 +268,9 @@ COPY --from=ffmpeg-ndi /usr/src/ffmpeg-ndi/*.pkg.* /packages/
COPY --from=fakesilence /usr/local/bin/fakesilence /target/usr/local/bin/
###
# PACKAGE INSTALL
# FINAL IMAGE
FROM base AS install
FROM base AS final-image
USER root
# COPY --from=powerpill /usr/src/powerpill/*.pkg.* /tmp/
@ -296,16 +296,6 @@ COPY --from=fakesilence /usr/local/bin/fakesilence /usr/local/bin/
COPY --from=files /target/ /
RUN rm -rf /var/cache/pacman/pkg/*
###
# FINAL IMAGE
FROM base AS final-image
# squash all the package installation into a single
COPY --from=install / /
RUN useradd -m -u 1000 -G wheel,realtime,audio,video ndi-feeder
RUN echo "ndi-feeder:ndi-feeder" | chpasswd