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/* \