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 \