From a1121fb33410e0f503232dcf2045ca5908070248 Mon Sep 17 00:00:00 2001
From: Cody Hiar <codyfh@gmail.com>
Date: Tue, 12 Dec 2017 21:44:10 -0700
Subject: Including htop

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Dockerfile')

diff --git a/Dockerfile b/Dockerfile
index 0d83b06..3b2180d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
 
 # Update and install
 RUN apt-get update && apt-get install -y \
+      htop \
       bash \
       curl \
       wget \
-- 
cgit v1.2.3