Loading docker/Dockerfile +1 −1 Original line number Diff line number Diff line FROM base/archlinux FROM archlinux/base RUN pacman -Syy && \ pacman -S sudo git emacs libpulse nss python python-pip python-dbus --noconfirm && \ Loading Loading
docker/Dockerfile +1 −1 Original line number Diff line number Diff line FROM base/archlinux FROM archlinux/base RUN pacman -Syy && \ pacman -S sudo git emacs libpulse nss python python-pip python-dbus --noconfirm && \ Loading