Dockerfile - fixup the packages

Include support for bash, sudo, and codecs for AAC/M4A/AVI
This commit is contained in:
Nick Stokoe
2021-03-01 11:17:09 +00:00
parent d259232037
commit aadba6e38c

View File

@@ -46,8 +46,12 @@ RUN \
gstreamer-tools \ gstreamer-tools \
gst-plugins-base \ gst-plugins-base \
gst-plugins-good \ gst-plugins-good \
gst-plugins-bad \
gst-plugins-ugly \ gst-plugins-ugly \
gst-libav \
alsa-utils \ alsa-utils \
bash \
sudo \
&& pip3 install -U \ && pip3 install -U \
pyopenssl \ pyopenssl \
youtube-dl \ youtube-dl \