diff --git a/Containerfile b/Containerfile index 9813780..acceb66 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ FROM docker.io/archlinux:base-devel LABEL Description="Container to build archlinux packages" -COPY packager.conf /etc/makepkg.conf.d/packager.conf +COPY makepkg.conf /etc/makepkg.conf.d/custom.conf COPY sudoers /etc/sudoers.d/builder COPY run.sh /run.sh # COPY ./yay /usr/bin/yay diff --git a/Makefile b/Makefile index 4cbed35..c1ebed7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: - podman build -t gitea.balki.me/balki/aur_builder:exp . + podman build -t gitea.balki.me/balki/aur_builder:exp -t gitea.balki.me/balki/aur_builder:`date -I` . pull: podman pull docker.io/archlinux:base-devel