mirror of
				https://github.com/InsanusMokrassar/JenkinsDocker.git
				synced 2025-11-04 05:20:34 +00:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		@@ -2,13 +2,10 @@ FROM ubuntu:20.04
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
LABEL maintainer="ovsyannikov.alexey95@gmail.com"
 | 
					LABEL maintainer="ovsyannikov.alexey95@gmail.com"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SHELL ["/bin/bash", "-c"]
 | 
					RUN mv /bin/sh /bin/sh.old && ln -s /bin/bash /bin/sh
 | 
				
			||||||
 | 
					 | 
				
			||||||
USER root
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV TZ=Etc/GMT
 | 
					ENV TZ=Etc/GMT
 | 
				
			||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 | 
					RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 | 
				
			||||||
RUN mv /bin/sh /bin/sh.old && ln -s /bin/bash /bin/sh
 | 
					 | 
				
			||||||
RUN apt update && apt -y install wget gnupg2 zip unzip curl sudo git software-properties-common pass axel
 | 
					RUN apt update && apt -y install wget gnupg2 zip unzip curl sudo git software-properties-common pass axel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN mkdir -p /var/jenkins_home/jenkins && cd /var/jenkins_home/ &&\
 | 
					RUN mkdir -p /var/jenkins_home/jenkins && cd /var/jenkins_home/ &&\
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user