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