mirror of
https://github.com/linuxserver/docker-baseimage-arch.git
synced 2026-03-16 00:01:42 +08:00
remove cleanup statement for pacman
This commit is contained in:
parent
346231e198
commit
da7af985f9
@ -110,8 +110,6 @@ RUN \
|
||||
echo "**** cleanup ****" && \
|
||||
pacman -Rsn --noconfirm \
|
||||
patch && \
|
||||
pacman -Rsn --noconfirm \
|
||||
$(pacman -Qdtq) || : && \
|
||||
rm -rf \
|
||||
/init-stage2.patch \
|
||||
/tmp/* \
|
||||
|
||||
@ -107,8 +107,6 @@ RUN \
|
||||
/usr/bin && \
|
||||
pacman -Rsn --noconfirm \
|
||||
patch && \
|
||||
pacman -Rsn --noconfirm \
|
||||
$(pacman -Qdtq) || : && \
|
||||
rm -rf \
|
||||
/init-stage2.patch \
|
||||
/tmp/* \
|
||||
|
||||
@ -103,8 +103,6 @@ RUN \
|
||||
echo "**** cleanup ****" && \
|
||||
pacman -Rsn --noconfirm \
|
||||
patch && \
|
||||
pacman -Rsn --noconfirm \
|
||||
$(pacman -Qdtq) || : && \
|
||||
rm -rf \
|
||||
/init-stage2.patch \
|
||||
/tmp/* \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user