Merge branch 'nvidia' of github.com:ZebRawnsley/ytdl-sub into nvidia

This commit is contained in:
ZebRawnsley 2023-03-16 08:37:30 +13:00
commit 86d3ef1715

View file

@ -44,6 +44,7 @@ RUN mkdir -p /config && \
# Install ytdl-sub, ensure it is installed properly
pip install --no-cache-dir ytdl_sub-*.whl && \
ytdl-sub -h && \
ldconfig && \
# Delete unneeded packages after install
rm ytdl_sub-*.whl && \
apt-get remove -y \