From 0c405542a70a317e63ba73c07d380c705ecd2846 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 24 May 2017 17:57:49 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d00b602..f1526de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:latest MAINTAINER Faraz Fallahi -RUN apt -y update && apt -y upgrade && apt -y install build-essential git iputils-ping qt5-default wget && apt -y autoremove && apt -y autoclean +RUN apt -y update && apt -y upgrade && apt -y install build-essential git iputils-ping nano qt5-default wget && apt -y autoremove && apt -y autoclean