From f383312e2b797a80cf0e779850fef308c7fd6750 Mon Sep 17 00:00:00 2001 From: kyle-basis Date: Tue, 3 Dec 2024 21:49:19 -0800 Subject: [PATCH] Fix typo in Dockerfile.agnos (#413) --- Dockerfile.agnos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 9769b23..577d4ee 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -253,9 +253,9 @@ COPY ./userspace/files/apt.conf /etc/apt/apt.conf # copy version file COPY VERSION /VERSION -# ################## # -# #### Cleaunup #### # -# ################## # +# ################# # +# #### Cleanup #### # +# ################# # RUN rm -rf /usr/share/icons/* && \ rm -rf /var/lib/apt/lists/* && \