Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2021-03-05 09:01:31 +03:00
commit 08dc072196
7 changed files with 204 additions and 0 deletions

15
Containerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM localhost/archlinux:fullbase
RUN pacman -Suy --noconfirm
COPY root/etc /etc
COPY builder.pgp.pub /
RUN pacman-key -a /builder.pgp.pub
RUN rm -vf /builder.pgp.pub /etc/os-release
RUN pacman -Sy
RUN pacman -Rdd --noconfirm systemd systemd-libs systemd-sysvcompat
RUN pacman -S --noconfirm halt-ubase-git sinit-spark sinit-sysvcompat sinit-tools spark-etc spark-rc ssm ssm-service ssm-services-git systemd-dummy udev-dummy systemd-libs-systemd systemd-libs-udev
RUN rm -vf /var/cache/pacman/pkg/*
RUN pacman -Scc --noconfirm