From 517d1923b35344931908a40823f473e59a0bf745 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 24 May 2017 17:58:04 -0500 Subject: [PATCH] Update Dockerfile --- static/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Dockerfile b/static/Dockerfile index b18ad92..afb1fe5 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Faraz Fallahi RUN \ apt -y update && \ apt -y upgrade && \ -apt -y install build-essential git iputils-ping python wget && \ +apt -y install build-essential git iputils-ping nano python wget && \ apt -y autoremove && \ apt -y autoclean && \ cd /opt && \