remove ldconfig call

This commit is contained in:
ZebRawnsley 2023-03-16 08:36:31 +13:00
parent 73625c14a9
commit 3fdded5df2

View file

@ -44,7 +44,6 @@ 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 \