remove ldconfig call
This commit is contained in:
parent
73625c14a9
commit
3fdded5df2
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ RUN mkdir -p /config && \
|
||||||
# Install ytdl-sub, ensure it is installed properly
|
# Install ytdl-sub, ensure it is installed properly
|
||||||
pip install --no-cache-dir ytdl_sub-*.whl && \
|
pip install --no-cache-dir ytdl_sub-*.whl && \
|
||||||
ytdl-sub -h && \
|
ytdl-sub -h && \
|
||||||
ldconfig && \
|
|
||||||
# Delete unneeded packages after install
|
# Delete unneeded packages after install
|
||||||
rm ytdl_sub-*.whl && \
|
rm ytdl_sub-*.whl && \
|
||||||
apt-get remove -y \
|
apt-get remove -y \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue