chore: add configuration recipes

This commit is contained in:
2023-12-18 16:38:29 +02:00
parent 93793b6424
commit 28589cb122
50 changed files with 1214 additions and 42 deletions

9
recipes/i686/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM arcan1s/ahriman:edge
ENV ARCH32_KEYRING_VERSION="20231126-1.0"
RUN pacman-key --init
RUN pacman -Sy --noconfirm wget && \
wget -nv http://pool.mirror.archlinux32.org/i686/core/archlinux32-keyring-${ARCH32_KEYRING_VERSION}-any.pkg.tar.zst && \
pacman -U --noconfirm archlinux32-keyring-${ARCH32_KEYRING_VERSION}-any.pkg.tar.zst