Really slim down Docker container
#606 didn't actually run the new commands due to the comments position. This fixes the comment location.
This commit is contained in:
parent
440350a3f6
commit
d00e43735f
|
@ -26,9 +26,11 @@ COPY --from=builder /jellyfin /jellyfin
|
||||||
COPY --from=ffmpeg /ffmpeg-bin/* /usr/bin/
|
COPY --from=ffmpeg /ffmpeg-bin/* /usr/bin/
|
||||||
EXPOSE 8096
|
EXPOSE 8096
|
||||||
VOLUME /config /media
|
VOLUME /config /media
|
||||||
|
|
||||||
|
# libfontconfig1 is required for Skia
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install --no-install-recommends --no-install-suggests -y \
|
&& apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
libfontconfig1 # Required for Skia \
|
libfontconfig1 \
|
||||||
&& apt-get clean autoclean \
|
&& apt-get clean autoclean \
|
||||||
&& apt-get autoremove \
|
&& apt-get autoremove \
|
||||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}
|
&& rm -rf /var/lib/{apt,dpkg,cache,log}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user