HUGE CHANGES

This commit is contained in:
Ayaka 2024-09-12 19:56:29 +12:00
parent 38bbc9a816
commit 52f32ba7e8

View File

@ -26,7 +26,7 @@ RUN set -eux; \
apt-get update; \ apt-get update; \
apt-get install librewolf -y; \ apt-get install librewolf -y; \
# #
# clean up # Clean up
apt-get clean -y; \ apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* rm -rf /var/lib/apt/lists/* /var/cache/apt/*
# #