diff options
Diffstat (limited to 'Dockerfile.386')
-rw-r--r-- | Dockerfile.386 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Dockerfile.386 b/Dockerfile.386 new file mode 100644 index 0000000..73a35ae --- /dev/null +++ b/Dockerfile.386 @@ -0,0 +1,15 @@ +FROM scratch + +ADD hyperbola-bootstrap-i686.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"] |