4 echo "export EDITOR=nvim" > /etc/profile.d/cbsettings.sh && \
5 chmod 755 /etc/profile.d/cbsettings.sh
7 RUN pacman-key --init && \
8 pacman -Sy --noconfirm archlinux-keyring && \
9 pacman-key --populate && \
10 pacman-key --refresh-keys && \
11 pacman -Syu --noconfirm
13 RUN pacman -S --noconfirm \
39 rm -r /var/cache/pacman/pkg/*