From da7af985f915ea9469fa4232d5f407b669bc67c4 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 26 Sep 2021 19:03:19 -0700 Subject: [PATCH] remove cleanup statement for pacman --- Dockerfile | 2 -- Dockerfile.aarch64 | 2 -- Dockerfile.armhf | 2 -- 3 files changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index f861559..cb8b03e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,8 +110,6 @@ RUN \ echo "**** cleanup ****" && \ pacman -Rsn --noconfirm \ patch && \ - pacman -Rsn --noconfirm \ - $(pacman -Qdtq) || : && \ rm -rf \ /init-stage2.patch \ /tmp/* \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 17b9489..d8feb85 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -107,8 +107,6 @@ RUN \ /usr/bin && \ pacman -Rsn --noconfirm \ patch && \ - pacman -Rsn --noconfirm \ - $(pacman -Qdtq) || : && \ rm -rf \ /init-stage2.patch \ /tmp/* \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 32d0ccc..82723a9 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -103,8 +103,6 @@ RUN \ echo "**** cleanup ****" && \ pacman -Rsn --noconfirm \ patch && \ - pacman -Rsn --noconfirm \ - $(pacman -Qdtq) || : && \ rm -rf \ /init-stage2.patch \ /tmp/* \