Install build-essential and procps
This commit is contained in:
		
							
								
								
									
										12
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -10,11 +10,13 @@ ENV LANG en_US.UTF-8
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
RUN export DEBIAN_FRONTEND=noninteractive &&\
 | 
					RUN export DEBIAN_FRONTEND=noninteractive &&\
 | 
				
			||||||
    apt-get update                        &&\
 | 
					    apt-get update                        &&\
 | 
				
			||||||
    apt-get install -y \
 | 
					    apt-get install -y  \
 | 
				
			||||||
        zsh            \
 | 
					        build-essential \
 | 
				
			||||||
        git            \
 | 
					        procps          \
 | 
				
			||||||
        curl           \
 | 
					        zsh             \
 | 
				
			||||||
        vim            \
 | 
					        git             \
 | 
				
			||||||
 | 
					        curl            \
 | 
				
			||||||
 | 
					        vim             \
 | 
				
			||||||
        autojump                          &&\
 | 
					        autojump                          &&\
 | 
				
			||||||
    rm -rf /var/lib/apt/lists/*           &&\
 | 
					    rm -rf /var/lib/apt/lists/*           &&\
 | 
				
			||||||
    ln -sf /bin/bash /bin/sh
 | 
					    ln -sf /bin/bash /bin/sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user