install nano in the workspace container
This commit is contained in:
		@@ -35,7 +35,8 @@ RUN apt-get update && apt-get install -y \
 | 
				
			|||||||
RUN apt-get install -y \
 | 
					RUN apt-get install -y \
 | 
				
			||||||
    git \
 | 
					    git \
 | 
				
			||||||
    curl \
 | 
					    curl \
 | 
				
			||||||
    vim
 | 
					    vim \
 | 
				
			||||||
 | 
					    nano
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Setup the Composer installer
 | 
					# Setup the Composer installer
 | 
				
			||||||
RUN curl -s http://getcomposer.org/installer | php \
 | 
					RUN curl -s http://getcomposer.org/installer | php \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user