This commit is contained in:
		
							parent
							
								
									b6ba67dd67
								
							
						
					
					
						commit
						d58382ad26
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora-toolbox:42
 | 
			
		|||
 | 
			
		||||
# Basic packages
 | 
			
		||||
RUN dnf check-update
 | 
			
		||||
RUN dnf install -y duf fd-find fish fzf htop ncdu tmux vim zstd ipcalc sdcv tldr jq  genius pwgen httpie ripgrep lsd smartmontools wireguard-tools
 | 
			
		||||
RUN dnf install -y duf fd-find fish fzf htop ncdu tmux vim zstd ipcalc sdcv tldr jq  genius pwgen httpie ripgrep lsd smartmontools wireguard-tools ffmpeg fastfetch
 | 
			
		||||
 | 
			
		||||
# Dev stuff
 | 
			
		||||
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
 | 
			
		||||
| 
						 | 
				
			
			@ -19,7 +19,7 @@ RUN groupadd cx -g 1000
 | 
			
		|||
RUN useradd cx -u 1000 -g cx -d /var/home/cx -s /usr/bin/fish
 | 
			
		||||
 | 
			
		||||
# Certs
 | 
			
		||||
ADD rosti_ca.crt /etc/pki/ca-trust/source/anchors/rosti_ca.crt
 | 
			
		||||
ADD rosti_ca.crt /etc/pki/ca-trust/source/anchors/rosti_ca.pem
 | 
			
		||||
RUN update-ca-trust
 | 
			
		||||
 | 
			
		||||
# Podman 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue