Add Dockerfile and CI build workflow
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
FROM archlinux:latest
|
||||
|
||||
RUN pacman -Syu --noconfirm --needed \
|
||||
archiso \
|
||||
git \
|
||||
squashfs-tools \
|
||||
wget \
|
||||
imagemagick \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
|
||||
RUN ./prepare.sh
|
||||
|
||||
CMD ["/usr/bin/mkarchiso", "-v", "."]
|
||||
Reference in New Issue
Block a user