mirror of
				https://github.com/dockersrc/archlinux
				synced 2025-11-04 01:02:09 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile
This commit is contained in:
		@@ -106,7 +106,7 @@ RUN echo "Running pre-package commands"; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up and installing packages"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
  if [ -n "${PACK_LIST}" ];then echo "Installing packages: $PACK_LIST";pkmgr install ${PACK_LIST};fi; \
 | 
			
		||||
  if [ -n "${PACK_LIST}" ];then echo "Installing packages: $PACK_LIST";echo "${PACK_LIST}" >/root/docker/setup/packages.txt;pkmgr install ${PACK_LIST};fi; \
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Initializing packages before copying files to image"; \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user