From 9779891c8a43a8d42c9bdefadedb7b7e2fb65b72 Mon Sep 17 00:00:00 2001 From: Book-fall2wish Date: Sat, 11 May 2024 23:27:33 +0800 Subject: [PATCH] fc-cache -f --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0ed7043..63047f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN cd $BASE_PATH && \ ./mcl -u --dry-run && \ # Clean up + fc-cache -f && \ apt-get purge -y unzip && \ apt-get autoremove -y && \ apt-get install -y iputils-ping && \