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