feature/jenkins-proxy (#182)
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/182 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
This commit is contained in:
		
							
								
								
									
										9
									
								
								Jenkins/jenkins-agent/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Jenkins/jenkins-agent/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| FROM eclipse-temurin:21-jdk | ||||
| RUN apt-get update && \ | ||||
|     apt-get install -y \ | ||||
|         postgresql-client \ | ||||
|         bind9-utils \ | ||||
|         docker.io \ | ||||
|         pandoc && \ | ||||
|     apt-get clean && \ | ||||
|     rm -rf /var/lib/apt/lists/* | ||||
		Reference in New Issue
	
	Block a user