Skip to content

Commit

Permalink
Docker: fix ffmpeg-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlStraussberger committed Dec 1, 2022
1 parent 1c7b21c commit a40aa4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ FROM ${BASE_IMAGE} AS gerbera
RUN apk add --no-cache \
curl \
duktape \
ffmpeg4 \
ffmpeg4-libs \
file \
fmt \
libebml \
Expand Down
8 changes: 2 additions & 6 deletions Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ RUN apk add --no-cache \
ffmpeg4 \
libheif-tools \
# libexecinfo \
ffmpeg4-libs \
ffmpeg \
vlc

# Copy libupnp
Expand Down Expand Up @@ -159,10 +161,4 @@ EXPOSE 1900/udp
ENTRYPOINT ["/sbin/tini", "--", "docker-entrypoint.sh"]
CMD ["gerbera","--port", "49494", "--config", "/var/run/gerbera/config.xml"]

RUN apk add --no-cache \
ffmpeg4-libs \
ffmpeg \
libheif-tools \
vlc

FROM gerbera AS default

0 comments on commit a40aa4d

Please sign in to comment.