docker: Remove apt lists

This commit is contained in:
TheOnlyWayUp
2025-10-29 01:57:58 +05:30
parent d7da15a434
commit efbb154fa5
+3
View File
@@ -21,6 +21,9 @@ RUN apt-fast install -y git build-essential python3.13-dev libgobject-2.0 libpan
# aiohttp-client-cache depends on multipart, which requires python3.13-dev to build successfully on 3.13 # aiohttp-client-cache depends on multipart, which requires python3.13-dev to build successfully on 3.13
# weasyprint depends on libgoject, libpango, and libpangoft2 # weasyprint depends on libgoject, libpango, and libpangoft2
RUN rm -rf /var/lib/apt/lists/*
# https://github.com/TheOnlyWayUp/WattpadDownloader/pull/82#discussion_r2470358950
WORKDIR /app WORKDIR /app