Skip to content

Commit

Permalink
docker: remove ffmpeg, use node static binary, and remove gstreamer u…
Browse files Browse the repository at this point in the history
…gly plugins
  • Loading branch information
koush committed Mar 20, 2023
1 parent d9f2ba0 commit 13362fd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
6 changes: 1 addition & 5 deletions docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ RUN apt-get -y install \
pkg-config \
libvips

# ffmpeg
RUN apt-get -y install \
ffmpeg

# gstreamer native https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c#install-gstreamer-on-ubuntu-or-debian
RUN apt-get -y install \
gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-alsa \
gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-alsa \
gstreamer1.0-vaapi

# python native
Expand Down
5 changes: 0 additions & 5 deletions docker/Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ RUN apt-get -y install \
libglib2.0-dev \
pkg-config

# ffmpeg
RUN apt-get -y install \
ffmpeg
ENV SCRYPTED_FFMPEG_PATH=ffmpeg

# python native
RUN apt-get -y install \
python3 \
Expand Down
5 changes: 0 additions & 5 deletions docker/Dockerfile.thin
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ RUN apt-get -y install \
libglib2.0-dev \
pkg-config

# ffmpeg
RUN apt-get -y install \
ffmpeg
ENV SCRYPTED_FFMPEG_PATH=ffmpeg

ENV SCRYPTED_DOCKER_SERVE="true"
ENV SCRYPTED_CAN_RESTART="true"
ENV SCRYPTED_VOLUME="/server/volume"
Expand Down
6 changes: 1 addition & 5 deletions docker/template/Dockerfile.full.header
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ RUN apt-get -y install \
pkg-config \
libvips

# ffmpeg
RUN apt-get -y install \
ffmpeg

# gstreamer native https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c#install-gstreamer-on-ubuntu-or-debian
RUN apt-get -y install \
gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-alsa \
gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-alsa \
gstreamer1.0-vaapi

# python native
Expand Down

0 comments on commit 13362fd

Please sign in to comment.