mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-11-03 23:33:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			344 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			344 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM arcan1s/ahriman:edge
 | 
						|
 | 
						|
ENV ARCH32_KEYRING_VERSION="20231126-1.0"
 | 
						|
 | 
						|
RUN pacman-key --init
 | 
						|
 | 
						|
RUN pacman -Sy --noconfirm wget && \
 | 
						|
    wget -nv https://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
 |