Add libxcrypt-compat package
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push / build-and-push (push) Successful in 2m16s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push / build-and-push (push) Successful in 2m16s
				
			This commit is contained in:
		
							parent
							
								
									e6c68fcfae
								
							
						
					
					
						commit
						40b6ffb124
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -8,7 +8,8 @@ RUN dnf install -y duf fd-find fish fzf htop ncdu tmux vim zstd ipcalc sdcv tldr
 | 
				
			||||||
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
 | 
					RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
 | 
				
			||||||
RUN echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo
 | 
					RUN echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo
 | 
				
			||||||
RUN dnf check-update
 | 
					RUN dnf check-update
 | 
				
			||||||
RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code
 | 
					# libxcrypt-compat is needed by python projects
 | 
				
			||||||
 | 
					RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code libxcrypt-compat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Devops stuff
 | 
					# Devops stuff
 | 
				
			||||||
RUN dnf install -y ansible dig nmap
 | 
					RUN dnf install -y ansible dig nmap
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue