FROM scratch ADD hyperbola-bootstrap-i686.tar.gz / RUN ldconfig RUN pacman-key --init \ && pacman-key --populate hyperbola \ && pacman -Syuu --noconfirm --noprogressbar \ && pacman -Scc --noconfirm ENV LANG en_US.UTF-8 CMD ["/bin/bash"]