Files
s6-builder/Dockerfile
T
2014-12-05 02:29:15 -08:00

14 lines
284 B
Docker

FROM base/archlinux
MAINTAINER kfei <kfei@kfei.net>
RUN pacman -Syy && \
pacman -S --noconfirm --quiet --needed base-devel curl libunistring && \
pacman -S --noconfirm --quiet --needed --asdeps git jshon expac
ADD build.sh /build.sh
ENTRYPOINT ["/build.sh"]
VOLUME /dist