add vim by default
This commit is contained in:
		
							parent
							
								
									532f6348ec
								
							
						
					
					
						commit
						3a22687652
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@ apt update \
 | 
			
		|||
  && apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
 | 
			
		||||
  && mkdir -p /var/lib/apps \
 | 
			
		||||
  && ln -s /var/lib/apps \
 | 
			
		||||
  && apt install -y git \
 | 
			
		||||
  && apt install -y git vim \
 | 
			
		||||
  && TEMP_DIR=$(mktemp -d) \
 | 
			
		||||
  && curl -fsSL https://github.com/go-acme/lego/releases/download/v4.20.2/lego_v4.20.2_linux_amd64.tar.gz -o ${TEMP_DIR}/lego_v4.20.2_linux_amd64.tar.gz \
 | 
			
		||||
  && tar xzvf ${TEMP_DIR}/lego_v4.20.2_linux_amd64.tar.gz --directory=${TEMP_DIR} \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue