install nano in the workspace container

This commit is contained in:
Mahmoud Zalt 2016-05-18 02:54:35 +03:00
parent efd062fd88
commit 7dcf481d21

View File

@ -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 \