From 037e9221b8e4bfcff2b926a4aa072ea0987b3906 Mon Sep 17 00:00:00 2001 From: Oxicode Date: Mon, 17 Jun 2019 13:36:09 -0500 Subject: [PATCH] add install nano by apt --- 7.0-apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/7.0-apache/Dockerfile b/7.0-apache/Dockerfile index 6e308872..1f1b112a 100644 --- a/7.0-apache/Dockerfile +++ b/7.0-apache/Dockerfile @@ -29,6 +29,7 @@ RUN apt-get update \ vim \ curl \ wget \ + nano \ tcptraceroute \ && chmod 755 /bin/init_container.sh \ && echo "root:Docker!" | chpasswd \