docker-archiso-builder/Dockerfile

5 lines
125 B
Docker
Raw Normal View History

2021-07-10 17:08:50 +00:00
from archlinux:latest
2021-07-11 10:34:28 +00:00
RUN pacman -Sy archiso --noconfirm --debug --verbose
2021-07-10 17:08:50 +00:00
ADD entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]