Add more codecs
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful

This commit is contained in:
2025-09-27 21:10:26 +04:00
parent 0078ed2c78
commit 21810d7fe3

View File

@@ -28,7 +28,8 @@ RUN set -eux; \
# install gstreamer plugins
RUN set -eux; \
apt-get install -y gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
apt-get install -y gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad; \
apt-get install -y gstreamer1.0-libav gstreamer1.0-tools
# add user to sudoers
RUN set -eux; \