This commit is contained in:
YuCat-OVO 2024-03-01 20:48:04 +08:00
parent d3b6889974
commit b69a447105

View File

@ -47,6 +47,7 @@ RUN \
echo "${i} installed,skip"; \
else \
apt-get install -y --no-install-recommends ${i}; \
fi \
done && \
dpkg -i /tmp/baidunetdisk.deb && \
echo "**** cleanup ****" && \