This commit is contained in:
		
							parent
							
								
									63467de395
								
							
						
					
					
						commit
						2b707eda3b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -9,7 +9,7 @@ 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
 | 
				
			||||||
# libxcrypt-compat is needed by python projects
 | 
					# 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 gettext just hexedit
 | 
					RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code libxcrypt-compat gettext just hexedit rclone
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Devops stuff
 | 
					# Devops stuff
 | 
				
			||||||
RUN dnf install -y ansible dig nmap
 | 
					RUN dnf install -y ansible dig nmap
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue