Moves the rm package manager command

pull/2/head
Oro 2 years ago committed by GitHub
parent 180786e02e
commit ddd8cc2a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,6 @@ RUN pushd /tmp/crystal-keyring && makepkg --noconfirm -sp /tmp/crystal-keyring/
USER root
RUN pacman --noconfirm -U /tmp/crystal-keyring/*.zst
RUN rm -rfv /tmp/crystal-keyring
RUN rm /usr/bin/apt /usr/bin/apt-get /usr/bin/dnf /usr/bin/eopkg /usr/bin/yum /usr/bin/zypper
RUN pacman-key --init
RUN pacman-key --populate crystal
@ -27,3 +26,4 @@ RUN sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf
RUN mv /etc/os-release /etc/os-release.old
RUN pacman -Syu --noconfirm
RUN rm /usr/bin/apt /usr/bin/apt-get /usr/bin/dnf /usr/bin/eopkg /usr/bin/yum /usr/bin/zypper

Loading…
Cancel
Save