mirror of
				https://github.com/craigerl/aprsd.git
				synced 2025-11-03 21:20:23 -05:00 
			
		
		
		
	Remove VIM from Dockerfile
If you need vim, you can just ssh into the container and apt-get install vim.
This commit is contained in:
		
							parent
							
								
									008b2ab09e
								
							
						
					
					
						commit
						619b1b708e
					
				@ -22,7 +22,7 @@ RUN set -ex \
 | 
			
		||||
    # Upgrade the package index and install security upgrades
 | 
			
		||||
    && apt-get update \
 | 
			
		||||
    && apt-get upgrade -y \
 | 
			
		||||
    && apt-get install -y git build-essential curl vim libffi-dev \
 | 
			
		||||
    && apt-get install -y git build-essential curl libffi-dev \
 | 
			
		||||
    python3-dev libssl-dev libxml2-dev libxslt-dev telnet sudo \
 | 
			
		||||
    # Install dependencies
 | 
			
		||||
    # Clean up
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@ RUN set -ex \
 | 
			
		||||
    # Upgrade the package index and install security upgrades
 | 
			
		||||
    && apt-get update \
 | 
			
		||||
    && apt-get upgrade -y \
 | 
			
		||||
    && apt-get install -y git build-essential curl vim libffi-dev \
 | 
			
		||||
    && apt-get install -y git build-essential curl libffi-dev \
 | 
			
		||||
    python3-dev libssl-dev libxml2-dev libxslt-dev telnet sudo \
 | 
			
		||||
    # Install dependencies
 | 
			
		||||
    # Clean up
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user