Enable docker & add packages
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ShellCheck / Shell syntax checker (push) Successful in 10s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ShellCheck / Shell syntax checker (push) Successful in 10s
				
			This commit is contained in:
		@@ -43,8 +43,9 @@ gpgkey=https://rpm.packages.shiftkey.dev/gpg.key' | sudo tee /etc/yum.repos.d/sh
 | 
			
		||||
 | 
			
		||||
sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
 | 
			
		||||
 | 
			
		||||
sudo dnf install -y code docker-ce docker-compose-plugin github-desktop
 | 
			
		||||
sudo dnf install -y butane code docker-ce docker-compose-plugin git github-desktop
 | 
			
		||||
 | 
			
		||||
sudo systemctl enable --now docker
 | 
			
		||||
sudo usermod -aG docker user
 | 
			
		||||
 | 
			
		||||
# Change the GPG Domain name appropriately
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user