From 7dcf481d21b709d00b601cfb0ffff09fc2d299c8 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 18 May 2016 02:54:35 +0300 Subject: [PATCH] install nano in the workspace container --- workspace/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index c764aa0c..077e7a92 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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 \