removes all the package command placeholders

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

@ -14,6 +14,7 @@ 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
@ -25,4 +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 pacman -Syu --noconfirm

Loading…
Cancel
Save