aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-Hyperbola-v04
blob: 38c753dbd80915c86d578e7cb9fcb8ce28d54ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM scratch

ADD bootstrap.tar.gz /

RUN ldconfig

RUN pacman-key --init && pacman-key --populate hyperbola

RUN pacman -Suu --noconfirm --noprogressbar

RUN pacman -Scc --noconfirm

ENV LANG en_US.UTF-8

CMD ["/bin/bash"]