aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-12-12 21:44:10 -0700
committerCody Hiar <codyfh@gmail.com>2017-12-12 21:44:10 -0700
commita1121fb33410e0f503232dcf2045ca5908070248 (patch)
treea35cbd446074f42e000f069cfa2d6dd9c2f952ce /Dockerfile
parent0248f11d4ab1b701a6e7eecd2476939ab554ad38 (diff)
Including htop
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \