Install build-essential and procps
This commit is contained in:
		@@ -11,6 +11,8 @@ 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  \
 | 
				
			||||||
 | 
					        build-essential \
 | 
				
			||||||
 | 
					        procps          \
 | 
				
			||||||
        zsh             \
 | 
					        zsh             \
 | 
				
			||||||
        git             \
 | 
					        git             \
 | 
				
			||||||
        curl            \
 | 
					        curl            \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user